Restore smaller bottom margin (6px) to rpg-panel-header and force remove bottom margin from rpg-map-bg

This commit is contained in:
Spicy_Marinara
2025-10-14 20:37:22 +02:00
parent c5f119f301
commit 0a03ac7f22
+2
View File
@@ -375,6 +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;
margin-bottom: 6px;
padding: 0; padding: 0;
border-bottom: 2px solid var(--rpg-border); border-bottom: 2px solid var(--rpg-border);
flex-shrink: 0; flex-shrink: 0;
@@ -1146,6 +1147,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
width: 100%; width: 100%;
height: 30px; height: 30px;
margin: 0; margin: 0;
margin-bottom: 0 !important;
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%),