From 5c09b2d6c407e9dc4263bef5b910d50ee94d908e Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 5 Dec 2024 19:05:03 +0200 Subject: [PATCH] style(next): adjust offset for native title bar buttons --- src/public/stylesheets/theme-next.css | 5 +++++ 1 file changed, 5 insertions(+) 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); }