fix(ui): align macOS window chrome

This commit is contained in:
NimBold
2026-06-14 09:03:11 +03:30
parent 796d00d527
commit 7ab592b3d4
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -18,6 +18,10 @@
"minWidth": 800, "minWidth": 800,
"minHeight": 600, "minHeight": 600,
"titleBarStyle": "Overlay", "titleBarStyle": "Overlay",
"trafficLightPosition": {
"x": 17,
"y": 28
},
"hiddenTitle": true, "hiddenTitle": true,
"transparent": true "transparent": true
} }
+1 -1
View File
@@ -301,7 +301,7 @@
.app-sidebar-shell { .app-sidebar-shell {
padding: 9px 0 9px 9px; padding: 9px 0 9px 9px;
background: transparent; background: hsl(0 0% 11%);
} }
.app-sidebar-panel { .app-sidebar-panel {