From f3eff020697edde71a9b40f8012d1e32cec26dcc Mon Sep 17 00:00:00 2001 From: NimBold Date: Thu, 23 Jul 2026 16:42:53 +0330 Subject: [PATCH] fix(ui): align window control vertical spacing Lower GNOME and minimal controls to the same titlebar baseline as Windows 11. Refs #31 --- src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index abc0f4d..1025acd 100644 --- a/src/index.css +++ b/src/index.css @@ -1862,7 +1862,7 @@ html[data-list-density="relaxed"] { /* GNOME/Adwaita header-bar treatment: compact, borderless icon buttons. */ .window-controls--style-gnome { - top: 10px; + top: 18px; gap: 4px; } @@ -1898,7 +1898,7 @@ html[data-list-density="relaxed"] { /* Minimal keeps the compact footprint while removing colored circles. */ .window-controls--style-minimal { - top: 15px; + top: 18px; gap: 4px; }