From b86330254bd28cdf01ffe13242848776bf831f7b Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Fri, 22 Apr 2022 20:12:12 -0700 Subject: [PATCH] dont log config --- resources/js/index.js | 2 -- resources/style/index.css | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) 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{