From e5b6336256226aaec8fa419e04808e26b821e482 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 15 Aug 2016 20:22:59 -0400 Subject: [PATCH] fix folder caching --- dashboard-ui/devices/android/android.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard-ui/devices/android/android.css b/dashboard-ui/devices/android/android.css index 3f1643b96d..a723091cf8 100644 --- a/dashboard-ui/devices/android/android.css +++ b/dashboard-ui/devices/android/android.css @@ -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; + } }