From c5f119f30158c8bd0265ce27d1a37b545a8a5e5e Mon Sep 17 00:00:00 2001 From: Spicy_Marinara Date: Tue, 14 Oct 2025 20:32:13 +0200 Subject: [PATCH] Remove margins from rpg-panel-header, rpg-map-bg, and rpg-weather-forecast --- style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 8376ae2..fd015db 100644 --- a/style.css +++ b/style.css @@ -375,7 +375,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld { justify-content: space-between; align-items: center; margin: 0; - padding-bottom: 10px; + padding: 0; border-bottom: 2px solid var(--rpg-border); flex-shrink: 0; } @@ -1014,7 +1014,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld { .rpg-weather-forecast { font-size: 7px; text-align: center; - margin-top: 2px; + margin: 0; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2px; @@ -1024,6 +1024,10 @@ body:has(.rpg-panel.rpg-position-left) #sheld { max-width: 100%; } +.rpg-weather-forecast.rpg-editable { + margin-top: 0; +} + /* Temperature Widget - Thermometer */ .rpg-temp-widget { gap: 3px; @@ -1141,6 +1145,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld { .rpg-map-bg { width: 100%; height: 30px; + margin: 0; 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%),