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