fix bg position for chrome mode

This commit is contained in:
SpikeHD 2022-04-24 22:03:24 -07:00
parent ca07cbe389
commit b724b19f94
3 changed files with 17 additions and 4 deletions

View File

@ -45,9 +45,21 @@
]
},
"chrome": {
"width": 1000,
"height": 800,
"args": "--user-agent=\"Neutralinojs chrome mode\""
"title": "GrassClipper",
"width": 1280,
"height": 720,
"minWidth": 400,
"minHeight": 200,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/resources/icons/appIcon.png",
"enableInspector": true,
"borderless": true,
"maximize": false,
"hidden": false,
"resizable": false,
"exitProcessOnClose": true,
"args": "--user-agent=\"Neutralinojs chrome mode\" --disable-web-security"
}
},
"cli": {

View File

@ -336,7 +336,7 @@ body {
}
#firstPanel {
background-position: -340px;
background-position: -250px;
}
/* Move the first official button to the position on the png */

View File

@ -45,6 +45,7 @@ echo Adding ceritifcate...
echo Certificate install failed, ensure the script is running as Administrator and that the path "%USERPROFILE%\.mitmproxy" exists,
)
echo Done! You can now open GrassClipper.exe!
pause