1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/devices/android/android.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;
}
}