From 1522d2e30c943e7ce228180ad66014aa96f399af Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 17 Mar 2023 15:45:20 -0600 Subject: [PATCH] fix extension badges --- chrome/userChrome.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chrome/userChrome.css b/chrome/userChrome.css index ab692aa..3879884 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -2231,3 +2231,13 @@ toolbarbutton menupopup[placespopup] menuseparator { .menu-text { padding-inline-start: 18px !important; } + +.toolbarbutton-badge-stack .toolbarbutton-badge { + margin-inline-end: 0 !important; + margin: 0 !important; + min-width: unset !important; + align-self: end !important; + border-radius: 0 !important; + padding: 0 2px 0 !important; + box-shadow: none !important; +}