framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
47 lines (45 loc) • 755 B
text/less
.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-labels {
a.tab-link,
a.link {
padding-top: 4px;
padding-bottom: 4px;
i + span {
margin: 0;
}
}
}
@media (min-width: 768px) {
.tabbar,
.tabbar-labels {
.toolbar-inner {
justify-content: center;
}
a.tab-link,
a.link {
width: auto;
min-width: 105px;
}
}
}
// Scrollable
.tabbar-scrollable {
.toolbar-inner {
justify-content: flex-start;
}
a.tab-link,
a.link {
padding: 0 8px;
}
}
}