diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 3ebf2b83f..4e9dd5be4 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -347,6 +347,11 @@ background-color: var(--root-background); } +body { + --native-titlebar-darwin-x-offset: 10; + --native-titlebar-darwin-y-offset: 17 !important; +} + body.layout-vertical { --native-titlebar-background: var(--root-background); }