mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
19 lines
310 B
CSS
19 lines
310 B
CSS
paper-tab, paper-tab a {
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|