| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/framework7/node_modules/framework7/components/toolbar/ |
Upload File : |
.ios {
.toolbar {
a.icon-only {
min-height: var(--f7-toolbar-height);
display: flex;
justify-content: center;
align-items: center;
margin: 0;
min-width: 44px;
}
}
.tabbar-icons {
.tab-link,
.link {
padding-top: 4px;
padding-bottom: 4px;
i + span {
margin: 0;
margin-top: 4px;
}
}
}
@media (min-width: 768px) and (min-height: 600px) {
.tabbar,
.tabbar-icons {
.tab-link,
.link {
justify-content: center;
flex-direction: row;
i + span {
margin-left: 5px;
}
}
}
}
// Scrollable
.tabbar-scrollable {
.toolbar-inner {
justify-content: flex-start;
}
.tab-link,
.link {
padding: 0 8px;
}
}
}