Skip to content

Commit 4a0afe6

Browse files
committed
fix(desktop): alignment of window overlay on vertical layout (closes #7257)
1 parent 22e6b96 commit 4a0afe6

File tree

1 file changed

+1
-1
lines changed
  • apps/client/src/stylesheets/theme-next

1 file changed

+1
-1
lines changed

apps/client/src/stylesheets/theme-next/shell.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
body {
2020
--native-titlebar-darwin-x-offset: 10;
21-
--native-titlebar-darwin-y-offset: 17 !important;
21+
--native-titlebar-darwin-y-offset: 12 !important;
2222
}
2323

2424
body.layout-horizontal {

0 commit comments

Comments
 (0)