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