From 0f865ad511c8cbd8f9ab78e3e2faf650439be966 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 23 Nov 2023 21:59:01 -0500 Subject: [PATCH] fix(firefox): switch to px for logo padding --- home/firefox/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/firefox/custom.css b/home/firefox/custom.css index 91d0e7a..75a1065 100644 --- a/home/firefox/custom.css +++ b/home/firefox/custom.css @@ -68,7 +68,7 @@ min-width: 46px !important; } toolbar .toolbarbutton-1 > .toolbarbutton-badge-stack { - padding: 0.6em !important; + padding: 10px !important; } :root:not([chromehidden~="toolbar"]) #PanelUI-menu-button[open] > .toolbarbutton-badge-stack {