mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
18 lines
310 B
CSS
18 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;
|
|
}
|
|
}
|