From 3c6ec5c5c997cb85406777ca443a201a6ab39f3f Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:00:22 +0200 Subject: [PATCH] remove me-2 --- static/webui/script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/webui/script.js b/static/webui/script.js index ad897f45..05a9a400 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -1086,7 +1086,6 @@ function updateInventory() { event.preventDefault(); setBooster(ItemType, 0); }; - removeButton.classList.add("me-2"); td.appendChild(removeButton); tr.appendChild(td);