fix: app sidebar ui issues (#3783)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
Peng Xiao
2023-08-18 02:36:17 +08:00
committed by GitHub
parent 7a31089c4b
commit 068c697be9
19 changed files with 137 additions and 82 deletions

View File

@@ -34,7 +34,7 @@ async function createWindow() {
: isWindows()
? 'hidden'
: 'default',
trafficLightPosition: { x: 24, y: 18 },
trafficLightPosition: { x: 20, y: 18 },
x: mainWindowState.x,
y: mainWindowState.y,
width: mainWindowState.width,