Skip to content

Commit

Permalink
normal: fix dimensions of url bar icons (extensions)
Browse files Browse the repository at this point in the history
Changed to 16px to prevent misplacement.
  • Loading branch information
BGMP committed Nov 24, 2022
1 parent 9658b40 commit 7361fac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions normal/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,13 @@

/* TODO: figure out why the width calculation isn't working as intended. */
/* §ANS: 'auto' seems to do the trick. Likely solved? - B */
/* §ANS: 'auto' broke extension icons displayed in the search bar... reverted to 16px for normal - B */
.urlbar-icon {
height: 100% !important;
width: auto !important;
width: 16px;
height: 16px;
-moz-context-properties: fill, fill-opacity;
fill: currentColor;
fill-opacity: var(--urlbar-icon-fill-opacity);
}

:is(.chromeUI, .extensionPage, .notSecureText) #identity-icon-box {
Expand Down

0 comments on commit 7361fac

Please sign in to comment.