mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-28 03:27:12 +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;
|
z-index: 60;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
direction: ltr;
|
||||||
|
gap: 9px;
|
||||||
-webkit-app-region: no-drag;
|
-webkit-app-region: no-drag;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
@@ -1734,6 +1735,7 @@ html[data-list-density="relaxed"] {
|
|||||||
.window-controls--right {
|
.window-controls--right {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 22px;
|
right: 22px;
|
||||||
|
flex-direction: row-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-control {
|
.window-control {
|
||||||
|
|||||||
Reference in New Issue
Block a user