diff --git a/userChrome.css b/userChrome.css index 8dde038..c025c5b 100644 --- a/userChrome.css +++ b/userChrome.css @@ -11,7 +11,14 @@ } /** Theme - Compatibility ***************************************************/ - /*= Light Weidght Theme ====================================================*/ + /*= Hotfix #98 =============================================================*/ + /* Hidden Tab Panel Padding */ + #allTabsMenu-hiddenTabsView .all-tabs-item { + margin-inline: 8px; + border-radius: 4px; + } + + /*= Light Weight Theme =====================================================*/ /* Header Image */ :root[lwtheme-image] { background-image: var(--lwt-header-image) !important; /* Original: var(--lwt-header-image) */ @@ -30,12 +37,6 @@ --tabs-border-color: rgba(0,0,0,.3); } - /* Hidden Tab Panel Padding */ - #allTabsMenu-hiddenTabsView .all-tabs-item { - margin-inline: 8px; - border-radius: 4px; - } - /*= Windows 7 ==============================================================*/ @media (-moz-os-version: windows-win7) { /* Header Color */