From 6adbccdf433b915500d2f054f482d056701da9b5 Mon Sep 17 00:00:00 2001 From: NimBold Date: Thu, 23 Jul 2026 15:41:41 +0330 Subject: [PATCH] fix(ui): mirror window controls for right sidebar Match native macOS traffic-light spacing and reference the related UI enhancement. Refs #31 --- src/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 8f40b18..3aaf471 100644 --- a/src/index.css +++ b/src/index.css @@ -1721,7 +1721,8 @@ html[data-list-density="relaxed"] { z-index: 60; display: inline-flex; align-items: center; - gap: 8px; + direction: ltr; + gap: 9px; -webkit-app-region: no-drag; pointer-events: auto; } @@ -1734,6 +1735,7 @@ html[data-list-density="relaxed"] { .window-controls--right { left: auto; right: 22px; + flex-direction: row-reverse; } .window-control {