mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
12 lines
186 B
CSS
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;
|
|
}
|
|
}
|