From 7ab592b3d421ab153d72e9b8313ac1170b91e4bd Mon Sep 17 00:00:00 2001 From: NimBold Date: Sun, 14 Jun 2026 09:03:11 +0330 Subject: [PATCH] fix(ui): align macOS window chrome --- apps/desktop/src-tauri/tauri.conf.json | 4 ++++ apps/desktop/src/index.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index af231ad..827b747 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -18,6 +18,10 @@ "minWidth": 800, "minHeight": 600, "titleBarStyle": "Overlay", + "trafficLightPosition": { + "x": 17, + "y": 28 + }, "hiddenTitle": true, "transparent": true } diff --git a/apps/desktop/src/index.css b/apps/desktop/src/index.css index bf9d590..3d8a7c6 100644 --- a/apps/desktop/src/index.css +++ b/apps/desktop/src/index.css @@ -301,7 +301,7 @@ .app-sidebar-shell { padding: 9px 0 9px 9px; - background: transparent; + background: hsl(0 0% 11%); } .app-sidebar-panel {