mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
15 lines
247 B
CSS
15 lines
247 B
CSS
.libraryMenuButtonText {
|
|
font-weight: 500 !important;
|
|
}
|
|
|
|
@media all and (min-width: 300px) {
|
|
|
|
.libraryViewNav, .emby-tabs-slider {
|
|
display: flex;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.emby-tab-button {
|
|
flex-grow: 1;
|
|
}
|
|
}
|