From a2712e85d511592161cc073732fe9e4b6b03d526 Mon Sep 17 00:00:00 2001 From: Spicy_Marinara Date: Tue, 14 Oct 2025 20:42:19 +0200 Subject: [PATCH] Force remove all margins from rpg-stats-header and rpg-mood with !important --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 86f20b2..cf1c4d2 100644 --- a/style.css +++ b/style.css @@ -555,7 +555,8 @@ body:has(.rpg-panel.rpg-position-left) #sheld { align-items: stretch; justify-content: space-between; gap: clamp(6px, 1.2vh, 12px); - margin: 0; + margin: 0 !important; + margin-bottom: 0 !important; flex-shrink: 0; } @@ -744,7 +745,8 @@ body:has(.rpg-panel.rpg-position-left) #sheld { } .rpg-mood { - margin: 0; + margin: 0 !important; + margin-top: 0 !important; display: flex; align-items: center; gap: 6px;