Skip to content

Commit

Permalink
fix new style icon in v92 #49
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamXweb committed Sep 11, 2021
1 parent 72576f4 commit 3eb70f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chrome/WhiteSur/parts/headerbar-urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,8 @@ toolbarspring {
width: 16px !important;
margin-inline: 4px !important;
padding: 8px 0 !important;
}
/* Fix for firefox v92 onwards that changed icon size on MacOS*/
.urlbar-page-action {
padding: inherit !important;
}

0 comments on commit 3eb70f9

Please sign in to comment.