jellyfin-web/dashboard-ui/devices/android/android.css

11 lines
171 B
CSS
Raw Normal View History

2016-06-16 06:12:14 -07:00
@media all and (min-width: 300px) {
2016-05-09 12:27:38 -07:00
2016-05-15 09:30:32 -07:00
.libraryViewNav {
2016-05-09 12:27:38 -07:00
display: flex;
}
2016-05-15 09:30:32 -07:00
.libraryViewNav .pageTabButton {
flex-grow: 1;
}
2016-05-09 12:27:38 -07:00
}