Force remove all margins from rpg-stats-header and rpg-mood with !important

This commit is contained in:
Spicy_Marinara
2025-10-14 20:42:19 +02:00
parent 9dcb5ceb53
commit a2712e85d5
+4 -2
View File
@@ -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;