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;
|
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%),
|
||||||
|
|||||||
Reference in New Issue
Block a user