jellyfin-web/dashboard-ui/devices/android/android.css
Luke Pulverenti 26dcecb51f update tabs
2016-05-15 12:30:32 -04:00

23 lines
391 B
CSS

paper-tab, paper-tab a {
font-weight: bold !important;
}
.libraryViewNav .pageTabButton {
font-weight: bold !important;
}
.libraryViewNav .pageTabButton:focus {
font-weight: bold !important;
}
@media all and (min-width: 300px) {
.libraryViewNav {
display: flex;
}
.libraryViewNav .pageTabButton {
flex-grow: 1;
}
}