fix(ui): mirror window controls for right sidebar

Match native macOS traffic-light spacing and reference the related UI enhancement.

Refs #31
This commit is contained in:
NimBold
2026-07-23 15:41:41 +03:30
parent 454fad712b
commit 6adbccdf43
+3 -1
View File
@@ -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 {