From 4a0afe68e93d3102f26c387513dda92e50a80af4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 12 Oct 2025 20:40:54 +0300 Subject: [PATCH] fix(desktop): alignment of window overlay on vertical layout (closes #7257) --- apps/client/src/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index bbae31685..2f3ce7dd6 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -18,7 +18,7 @@ body { --native-titlebar-darwin-x-offset: 10; - --native-titlebar-darwin-y-offset: 17 !important; + --native-titlebar-darwin-y-offset: 12 !important; } body.layout-horizontal {