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

12 lines
233 B
CSS
Raw Normal View History

2016-06-16 09:12:14 -04:00
@media all and (min-width: 300px) {
2016-05-09 15:27:38 -04:00
2016-08-06 22:11:39 -04:00
.libraryViewNav, .libraryViewNav > .contentScrollSlider {
2016-05-09 15:27:38 -04:00
display: flex;
2016-08-06 22:11:39 -04:00
flex-grow: 1;
2016-05-09 15:27:38 -04:00
}
2016-05-15 12:30:32 -04:00
.libraryViewNav .pageTabButton {
flex-grow: 1;
}
2016-05-09 15:27:38 -04:00
}