From 0ec8457eace65d8e4a65565f0852940941369131 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 17 Oct 2022 18:53:34 +0800 Subject: [PATCH] Update toolbox.css --- src/other/firefox/Monterey/parts/toolbox.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/other/firefox/Monterey/parts/toolbox.css b/src/other/firefox/Monterey/parts/toolbox.css index 881eeae..f71c624 100644 --- a/src/other/firefox/Monterey/parts/toolbox.css +++ b/src/other/firefox/Monterey/parts/toolbox.css @@ -84,14 +84,16 @@ findbar:-moz-window-inactive { } #PersonalToolbar { - padding: 2px 4px 0 4px !important; + padding: 3px !important; height: 32px !important; + max-height: 32px !important; + padding-inline: 3px !important; } /* bookmark-item */ toolbarbutton.bookmark-item { - padding: 0 4px !important; + padding: 2px 6px !important; margin: 0 2px !important; border-radius: 3px !important; - max-height: 20px !important; + max-height: 24px !important; }