jellyfin-web/dashboard-ui/devices/android/android.css

19 lines
310 B
CSS
Raw Normal View History

2016-05-09 12:27:38 -07:00
paper-tab, paper-tab a {
2016-04-14 12:12:00 -07:00
font-weight: bold !important;
2015-07-01 22:08:05 -07:00
}
2016-05-09 12:27:38 -07:00
.libraryViewNav .mdl-tabs__tab {
font-weight: bold !important;
}
@media all and (min-width: 800px) {
.libraryViewNav .mdl-tabs__tab-bar {
display: flex;
}
.libraryViewNav .mdl-tabs__tab {
flex-grow: 1;
}
}