From d8d51182838380e229990d16ff02f989837995c0 Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 30 Jul 2023 11:57:21 +0900 Subject: [PATCH] removed padding --- public/script.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/script.js b/public/script.js index 273a56734..098b41a9d 100644 --- a/public/script.js +++ b/public/script.js @@ -7763,12 +7763,11 @@ $(document).ready(function () { divchat.style.borderRadius = ""; divchat.style.backgroundColor = ""; - divchat.style.padding = ""; + } else { divchat.style.borderRadius = "10px"; // Adjust the value to control the roundness of the corners divchat.style.backgroundColor = "#f0f0f0"; // Set the background color to your preference - divchat.style.padding = "10px"; // Add some padding to give it some space inside topBar.style.display = "none"; topSettingsHolder.style.display = "none";