mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-25 12:38:37 +00:00
fix: remove redundant rules, p=#10416
one of which did nothing, the other introduced ugly margin when tabs were on the right side.
This commit is contained in:
@@ -15,14 +15,6 @@
|
||||
border-radius: var(--zen-native-inner-radius);
|
||||
box-shadow: var(--zen-big-shadow);
|
||||
overflow: hidden;
|
||||
|
||||
:root:not([zen-right-side='true']) &[positionend='true'] {
|
||||
margin-right: var(--zen-element-separation);
|
||||
}
|
||||
|
||||
:root[zen-right-side='true'] & {
|
||||
margin-left: var(--zen-element-separation);
|
||||
}
|
||||
}
|
||||
|
||||
& #tabbrowser-tabbox[sidebar-positionend] {
|
||||
|
Reference in New Issue
Block a user