mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
12 lines
233 B
CSS
12 lines
233 B
CSS
@media all and (min-width: 300px) {
|
|
|
|
.libraryViewNav, .libraryViewNav > .contentScrollSlider {
|
|
display: flex;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.libraryViewNav .pageTabButton {
|
|
flex-grow: 1;
|
|
}
|
|
}
|