From 2df24c36a2ca9d79783a4061ff6f98bb56131dc9 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 5 Jul 2023 17:59:21 +0300 Subject: [PATCH] compact_extensions_panel: make it work in Fx115 --- chrome/compact_extensions_panel.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/chrome/compact_extensions_panel.css b/chrome/compact_extensions_panel.css index 123b938..cd0c17c 100644 --- a/chrome/compact_extensions_panel.css +++ b/chrome/compact_extensions_panel.css @@ -7,6 +7,10 @@ See the above repository for updates as well as full license text. */ --uei-icon-size: 16px; } .unified-extensions-item-menu-button.subviewbutton{ + padding: 0px !important; + margin-inline-end: 0 !important; +} +.unified-extensions-item-menu-button.subviewbutton > .toolbarbutton-icon{ padding: 2px !important; } .unified-extensions-item-message-deck{ @@ -15,9 +19,6 @@ See the above repository for updates as well as full license text. */ #unified-extensions-view > vbox > vbox > .unified-extensions-item{ padding-block: 0px !important; } -.unified-extensions-item-menu-button{ - margin-inline-end: 0 !important; -} -.unified-extensions-list .unified-extensions-item-menu-button{ - margin-inline-end: 8px !important; +#unified-extensions-panel .unified-extensions-item{ + margin-block: 0 !important; } \ No newline at end of file