From 0cc24d4211bc796dc1f28e81375fb86addd6fe9c Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 12 Apr 2024 16:56:25 +0300 Subject: [PATCH] compact extensions panel: reduce menuitem padding a bit This patch also makes the menu button a bit bigger because it was much smaller than menuitem height. --- chrome/compact_extensions_panel.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrome/compact_extensions_panel.css b/chrome/compact_extensions_panel.css index cd0c17c..23df648 100644 --- a/chrome/compact_extensions_panel.css +++ b/chrome/compact_extensions_panel.css @@ -10,8 +10,11 @@ See the above repository for updates as well as full license text. */ padding: 0px !important; margin-inline-end: 0 !important; } +.unified-extensions-item-action-button{ + padding-block: 6px !important; +} .unified-extensions-item-menu-button.subviewbutton > .toolbarbutton-icon{ - padding: 2px !important; + padding: 4px !important; } .unified-extensions-item-message-deck{ display: none