Skip to content

Commit

Permalink
Fix: Zoom in button's plus icon horizontal rate
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Aug 25, 2021
1 parent a6eb05e commit 6ce48a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
padding-block: 1px;
}

/*= Zoom in button's plus icon horizontal rate =============================*/
#customization-palette-container #zoom-in-button > .toolbarbutton-icon,
#customization-panel-container #zoom-in-button > .toolbarbutton-icon,
#widget-overflow-mainView #zoom-in-button > .toolbarbutton-icon {
padding-inline-start: 0px !important;
}

/*= Icon Fill Color ========================================================*/
:root:-moz-lwtheme {
/* Auto create --lwt-toolbarbutton-icon-fill-attention, fix for nightly default theme
Expand Down

0 comments on commit 6ce48a9

Please sign in to comment.