mirror of
https://github.com/zen-browser/desktop.git
synced 2026-09-15 17:31:54 +00:00
gh-15353: Prevent popups from being too rounded on linux (gh-15354)
This commit is contained in:
@@ -30,6 +30,13 @@ panel[type="arrow"]:not(#feature-callout) {
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-platform: linux) or ((-moz-platform: windows) and (not (-moz-windows-mica-popups))) {
|
||||
&::part(content) {
|
||||
corner-shape: round;
|
||||
border-radius: calc(var(--panel-border-radius) / var(--zen-squircle-value));
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-platform: macos) {
|
||||
&:is([nonnative], :not([type="arrow"])) {
|
||||
appearance: auto !important;
|
||||
|
||||
Reference in New Issue
Block a user