From 1d38222317d3d2dbf7435df72e745565725bb51a Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 27 Aug 2021 17:26:45 +0900 Subject: [PATCH 1/2] Fix: support.org - image inversed filter --- userContent.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index 01591a1..9b0d6e8 100644 --- a/userContent.css +++ b/userContent.css @@ -559,7 +559,12 @@ .mzp-c-menu-item-icon, .mzp-c-menu-button-close, .topic-article--icon, - .card--topic > .card--icon { + .card--topic > .card--icon, + .mzp-c-details .is-summary button::before, + details .is-summary button::before, + summary::before, + .icon-button > button, + .search-button { filter: invert(95%) !important; } From 6c7e0a549553b022ef84fe28dcfd1d53bcb4ebaa Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sat, 28 Aug 2021 17:49:19 +0900 Subject: [PATCH 2/2] Fix: Global menu height 100% (turn on menubar mode) #186 --- userChrome.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/userChrome.css b/userChrome.css index 2f4b1e4..94f3e53 100644 --- a/userChrome.css +++ b/userChrome.css @@ -754,15 +754,9 @@ } /*= Global Menu - Set Padding ==============================================*/ - /* Vertical Align - Center */ + /* Vertical Align - Center & Height: 100% */ #menubar-items { - -moz-box-orient: horizontal !important; - } - - /* Height: 100% */ - #menubar-items, - #main-menubar { - height: inherit; + display: flex !important; } /* Menubar item padding */