Force remove all margins from rpg-stats-header and rpg-mood with !important
This commit is contained in:
@@ -555,7 +555,8 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
|||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: clamp(6px, 1.2vh, 12px);
|
gap: clamp(6px, 1.2vh, 12px);
|
||||||
margin: 0;
|
margin: 0 !important;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -744,7 +745,8 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.rpg-mood {
|
.rpg-mood {
|
||||||
margin: 0;
|
margin: 0 !important;
|
||||||
|
margin-top: 0 !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
|
|||||||
Reference in New Issue
Block a user