From 0a03ac7f2266bbc6456aaa2e0e70d44af7d09fdc Mon Sep 17 00:00:00 2001 From: Spicy_Marinara Date: Tue, 14 Oct 2025 20:37:22 +0200 Subject: [PATCH] Restore smaller bottom margin (6px) to rpg-panel-header and force remove bottom margin from rpg-map-bg --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index fd015db..81e006a 100644 --- a/style.css +++ b/style.css @@ -375,6 +375,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld { justify-content: space-between; align-items: center; margin: 0; + margin-bottom: 6px; padding: 0; border-bottom: 2px solid var(--rpg-border); flex-shrink: 0; @@ -1146,6 +1147,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld { width: 100%; height: 30px; margin: 0; + margin-bottom: 0 !important; background: linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%), linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%),