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 {