diff --git a/src/browser/base/content/zen-styles/zen-theme.css b/src/browser/base/content/zen-styles/zen-theme.css index c93d10cd3..9a36206bf 100644 --- a/src/browser/base/content/zen-styles/zen-theme.css +++ b/src/browser/base/content/zen-styles/zen-theme.css @@ -12,8 +12,8 @@ :root, .zenLooksAndFeelColorOption { /** We also add `.zenLooksAndFeelColorOption` so that it recalculates the colors when the theme changes - * in the preferences page. - */ + * in the preferences page. + */ /* Default values */ --zen-border-radius: 7px; @@ -180,9 +180,9 @@ --zen-native-inner-radius: var( --zen-webview-border-radius, /* Inner radius calculation: - * 1. If the native radius - the separation is less than 4px, use 4px. - * 2. Otherwise, use the the calculated value (inner radius = outer radius - separation). - */ + * 1. If the native radius - the separation is less than 4px, use 4px. + * 2. Otherwise, use the the calculated value (inner radius = outer radius - separation). + */ max(5px, calc(var(--zen-native-content-radius) - var(--zen-element-separation) / 2)) );