We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66b46b commit c909421Copy full SHA for c909421
src/browser/base/content/zen-styles/zen-browser-container.css
@@ -13,10 +13,7 @@
13
* 1. If the native radius - the separation is less than 4px, use 4px.
14
* 2. Otherwise, use the the calculated value (inner radius = outer radius - separation).
15
*/
16
- max(
17
- 4px,
18
- calc(var(--zen-native-content-radius) - var(--zen-element-separation)),
19
- )
+ max(4px, calc(var(--zen-native-content-radius) - var(--zen-element-separation)))
20
);
21
position: relative;
22
0 commit comments