Remove margins from rpg-panel-header, rpg-map-bg, and rpg-weather-forecast

This commit is contained in:
Spicy_Marinara
2025-10-14 20:32:13 +02:00
parent 1c82f06e81
commit c5f119f301
+7 -2
View File
@@ -375,7 +375,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin: 0; margin: 0;
padding-bottom: 10px; padding: 0;
border-bottom: 2px solid var(--rpg-border); border-bottom: 2px solid var(--rpg-border);
flex-shrink: 0; flex-shrink: 0;
} }
@@ -1014,7 +1014,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
.rpg-weather-forecast { .rpg-weather-forecast {
font-size: 7px; font-size: 7px;
text-align: center; text-align: center;
margin-top: 2px; margin: 0;
font-weight: 600; font-weight: 600;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 0.2px; letter-spacing: 0.2px;
@@ -1024,6 +1024,10 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
max-width: 100%; max-width: 100%;
} }
.rpg-weather-forecast.rpg-editable {
margin-top: 0;
}
/* Temperature Widget - Thermometer */ /* Temperature Widget - Thermometer */
.rpg-temp-widget { .rpg-temp-widget {
gap: 3px; gap: 3px;
@@ -1141,6 +1145,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
.rpg-map-bg { .rpg-map-bg {
width: 100%; width: 100%;
height: 30px; height: 30px;
margin: 0;
background: 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%),
linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%), linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%),