Restore smaller bottom margin (6px) to rpg-panel-header and force remove bottom margin from rpg-map-bg
This commit is contained in:
@@ -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%),
|
||||
|
||||
Reference in New Issue
Block a user