We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55275b2 commit 996f042Copy full SHA for 996f042
src/browser/base/content/zen-styles/zen-compact-mode.css
@@ -98,7 +98,7 @@
98
99
#navigator-toolbox:not([animate='true']) #titlebar {
100
box-shadow: var(--zen-big-shadow);
101
- border-radius: var(--zen-native-inner-radius);
+ border-radius: calc(var(--zen-native-inner-radius) + var(--zen-element-separation) / 4);
102
padding: var(--zen-toolbox-padding) !important;
103
position: relative;
104
background: var(--zen-dialog-background);
0 commit comments