mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-11 01:10:36 -07:00
Fix: Panel - Remove duplicate seperator
This commit is contained in:
parent
d7286e7504
commit
a811e430b8
3 changed files with 14 additions and 0 deletions
|
|
@ -249,6 +249,9 @@
|
|||
margin: var(--panel-separator-margin);
|
||||
padding: 0;
|
||||
}
|
||||
#PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
||||
display: none; // #916
|
||||
}
|
||||
#PanelUI-fxa-menu > :first-child {
|
||||
@include BoxOrder(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue