jellyfin-web/dashboard-ui/devices/android/android.css
2016-08-15 20:22:59 -04:00

12 lines
186 B
CSS

@media all and (min-width: 300px) {
.libraryViewNav, .emby-tabs-slider {
display: flex;
flex-grow: 1;
}
.emby-tab-button {
flex-grow: 1;
}
}