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) {
.libraryViewNav, .libraryViewNav > .contentScrollSlider {
.libraryViewNav, .emby-tabs-slider {
display: flex;
flex-grow: 1;
}
.libraryViewNav .emby-tab-button {
flex-grow: 1;
}
.emby-tab-button {
flex-grow: 1;
}
}