mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 14:30:50 -08:00
Fix: Panel - fxa-status2 reduce padding
This commit is contained in:
parent
59b97c0dfd
commit
ad557efe38
1 changed files with 5 additions and 4 deletions
|
|
@ -230,6 +230,11 @@
|
|||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
#appMenu-fxa-status2,
|
||||
#appMenu-zoom-controls2 {
|
||||
padding-top: var(--arowpanel-menuitemblank-padding) !important;
|
||||
padding-bottom: var(--arowpanel-menuitemblank-padding) !important;
|
||||
}
|
||||
|
||||
/* Icons Color */
|
||||
#appMenu-multiView .subviewbutton::before,
|
||||
|
|
@ -283,10 +288,6 @@
|
|||
#appMenu-find-button2 {
|
||||
list-style-image: url(chrome://global/skin/icons/search-glass.svg);
|
||||
}
|
||||
#appMenu-zoom-controls2 {
|
||||
padding-top: var(--arowpanel-menuitemblank-padding) !important;
|
||||
padding-bottom: var(--arowpanel-menuitemblank-padding) !important;
|
||||
}
|
||||
#appMenu-zoom-controls2::before {
|
||||
content: url(./icons/screenshot.svg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue