mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-26 12:08:27 +00:00
fix(ui): align window control vertical spacing
Lower GNOME and minimal controls to the same titlebar baseline as Windows 11. Refs #31
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user