From c09c839378804915dc188dd7053cf582c9cd4a73 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 14 Jul 2021 15:36:01 +0900 Subject: [PATCH] Clean: Theme - compatibility's code order --- userChrome.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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 */