Skip to content

Commit

Permalink
Fix: Icon - Panel's update icon padding
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Sep 29, 2022
1 parent 1614921 commit 19530cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions css/leptonChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -8697,10 +8697,7 @@

#appMenu-proton-update-banner {
margin-bottom: 2px !important;
}

#appMenu-proton-update-banner::before {
margin-inline-start: var(--arrowpanel-menuitem-padding-inline) !important;
padding-inline-start: var(--arrowpanel-menuitem-padding-inline) !important;
}

#appMenu-fxa-status2,
Expand Down
4 changes: 1 addition & 3 deletions src/icons/layout/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@
}
#appMenu-proton-update-banner {
margin-bottom: 2px !important;
}
#appMenu-proton-update-banner::before {
margin-inline-start: var(--arrowpanel-menuitem-padding-inline) !important;
padding-inline-start: var(--arrowpanel-menuitem-padding-inline) !important;
}
#appMenu-fxa-status2,
#appMenu-zoom-controls2, /* Legacy v104 */
Expand Down

0 comments on commit 19530cc

Please sign in to comment.