1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix folder caching

This commit is contained in:
Luke Pulverenti 2016-08-15 20:22:59 -04:00
parent 16e66718f9
commit e5b6336256

View file

@ -1,11 +1,11 @@
@media all and (min-width: 300px) { @media all and (min-width: 300px) {
.libraryViewNav, .libraryViewNav > .contentScrollSlider { .libraryViewNav, .emby-tabs-slider {
display: flex; display: flex;
flex-grow: 1; flex-grow: 1;
} }
.libraryViewNav .emby-tab-button { .emby-tab-button {
flex-grow: 1; flex-grow: 1;
} }
} }