Do not apply rounded corner hack if element separation is 0

This commit is contained in:
Mr. M
2025-04-09 14:28:12 +02:00
parent f965abe7f1
commit 78bc66668c

View File

@@ -21,9 +21,11 @@
@media -moz-pref('zen.view.experimental-rounded-view') {
#tabbrowser-tabpanels {
mix-blend-mode: multiply;
-moz-osx-font-smoothing: grayscale;
isolation: isolate;
:root:not([zen-no-padding='true']) & {
mix-blend-mode: multiply;
-moz-osx-font-smoothing: grayscale;
isolation: isolate;
}
}
}
}