mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-30 20:49:23 +00:00
fix(ui): align macOS window chrome
This commit is contained in:
@@ -18,6 +18,10 @@
|
|||||||
"minWidth": 800,
|
"minWidth": 800,
|
||||||
"minHeight": 600,
|
"minHeight": 600,
|
||||||
"titleBarStyle": "Overlay",
|
"titleBarStyle": "Overlay",
|
||||||
|
"trafficLightPosition": {
|
||||||
|
"x": 17,
|
||||||
|
"y": 28
|
||||||
|
},
|
||||||
"hiddenTitle": true,
|
"hiddenTitle": true,
|
||||||
"transparent": true
|
"transparent": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -301,7 +301,7 @@
|
|||||||
|
|
||||||
.app-sidebar-shell {
|
.app-sidebar-shell {
|
||||||
padding: 9px 0 9px 9px;
|
padding: 9px 0 9px 9px;
|
||||||
background: transparent;
|
background: hsl(0 0% 11%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-sidebar-panel {
|
.app-sidebar-panel {
|
||||||
|
|||||||
Reference in New Issue
Block a user