From a260eb2ab99ee67c1859aa6c23705f9c12c3f888 Mon Sep 17 00:00:00 2001 From: Daniel Halevi Date: Tue, 11 Jul 2023 12:27:29 +0300 Subject: [PATCH] moved new library fix to the correct file --- latest/JellyTheme-Cleaner.css | 31 ------------------------------- latest/New-Libraries.css | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/latest/JellyTheme-Cleaner.css b/latest/JellyTheme-Cleaner.css index b4e7534..86e1772 100644 --- a/latest/JellyTheme-Cleaner.css +++ b/latest/JellyTheme-Cleaner.css @@ -2228,37 +2228,6 @@ .layout-mobile .headerCastButton { display:block!important } - - @media (max-width: 300px) { - .layout-mobile .tabs-viewmenubar { - padding: 0em 0 0 21em !important; - } - } - @media (min-width: 301px) and (max-width: 350px) { - .layout-mobile .tabs-viewmenubar { - padding: 0em 0 0 19em !important; - } - } - @media (min-width: 351px) and (max-width: 400px) { - .layout-mobile .tabs-viewmenubar { - padding: 0em 0 0 16em !important; - } - } - @media (min-width: 401px) and (max-width: 450px) { - .layout-mobile .tabs-viewmenubar { - padding: 0em 0 0 14em !important; - } - } - @media (min-width: 451px) and (max-width: 500px) { - .layout-mobile .tabs-viewmenubar { - padding: 0em 0 0 10em !important; - } - } - @media (min-width: 501px) and (max-width: 550px) { - .layout-mobile .tabs-viewmenubar { - padding: 0em 0 0 7em !important; - } - } .headerTabs.sectionTabs { font-size:100%!important diff --git a/latest/New-Libraries.css b/latest/New-Libraries.css index 061ed4c..91fd4a6 100644 --- a/latest/New-Libraries.css +++ b/latest/New-Libraries.css @@ -17,6 +17,37 @@ justify-content: center; } +@media (max-width: 300px) { + .layout-mobile .tabs-viewmenubar { + padding: 0em 0 0 21em !important; + } +} +@media (min-width: 301px) and (max-width: 350px) { + .layout-mobile .tabs-viewmenubar { + padding: 0em 0 0 19em !important; + } +} +@media (min-width: 351px) and (max-width: 400px) { + .layout-mobile .tabs-viewmenubar { + padding: 0em 0 0 16em !important; + } +} +@media (min-width: 401px) and (max-width: 450px) { + .layout-mobile .tabs-viewmenubar { + padding: 0em 0 0 14em !important; + } +} +@media (min-width: 451px) and (max-width: 500px) { + .layout-mobile .tabs-viewmenubar { + padding: 0em 0 0 10em !important; + } +} +@media (min-width: 501px) and (max-width: 550px) { + .layout-mobile .tabs-viewmenubar { + padding: 0em 0 0 7em !important; + } +} + .homeLibraryText { color: #888; }