mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-22 20:41:48 -08:00
Fix: Panel - All tabs menu arrow align #717
This commit is contained in:
parent
3058069e0a
commit
ef4f3145fd
2 changed files with 6 additions and 0 deletions
|
|
@ -30,6 +30,9 @@
|
|||
menu.subviewbutton {
|
||||
padding-inline-end: 0 !important;
|
||||
}
|
||||
#allTabsMenu-allTabsView .subviewbutton.subviewbutton-nav:not([shortcut]) {
|
||||
padding-inline-end: var(--arrowpanel-menuitem-padding-inline) !important; // #717
|
||||
}
|
||||
|
||||
/*= Icon Fill Color ==========================================================*/
|
||||
:root:-moz-lwtheme {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue