jellyfin-web/dashboard-ui/devices/android/android.css
2016-06-15 12:45:45 -04:00

19 lines
329 B
CSS

.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;
}
}