From 1c82f06e810d8717ace3f1b2d7d6fcd489e1c5d6 Mon Sep 17 00:00:00 2001 From: Spicy_Marinara Date: Tue, 14 Oct 2025 19:51:45 +0200 Subject: [PATCH] Force remove ALL margins from Refresh RPG Info button --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d7cfa22..8376ae2 100644 --- a/style.css +++ b/style.css @@ -2404,7 +2404,9 @@ body:has(.rpg-panel.rpg-position-left) #sheld { .rpg-manual-update-btn { width: 353px; height: 33px; - margin: 0; + margin: 0 !important; + margin-top: 0 !important; + margin-bottom: 0 !important; padding: 0; background: linear-gradient(135deg, var(--rpg-highlight), var(--rpg-accent)); border: 2px solid var(--rpg-highlight);