diff --git a/resources/js/index.js b/resources/js/index.js index 12314ee..20f925b 100644 --- a/resources/js/index.js +++ b/resources/js/index.js @@ -405,8 +405,6 @@ async function openSettings() { killSwitch.checked = config.enableKillswitch serverLaunch.checked = config.serverLaunchPanel - console.log(config) - // Check for updates //checkForUpdatesAndShow() } diff --git a/resources/style/index.css b/resources/style/index.css index 09b66f9..bb8ab8d 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -368,11 +368,11 @@ body { /* transform: translate(115px, 456px); */ width: 300px; height: 60px; - margin-top: calc(65vh - 40px) !important; + margin-top: calc(68vh - 40px) !important; } #secondControlContainer, #firstPanel button, #thirdPanel button { - margin-top: 65vh; + margin-top: 68vh; } #serverInput input, #serverInput img{