mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-26 12:08:27 +00:00
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:
+3
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user