1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/devices/android/android.css
2016-05-16 11:47:28 -04:00

26 lines
460 B
CSS

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