Lowered tab-form-footer padding

This commit is contained in:
WBHarry 2025-06-12 20:53:32 +02:00
parent a206089bd2
commit cd06df6a0d
2 changed files with 2 additions and 2 deletions

View file

@ -3605,7 +3605,7 @@ div.daggerheart.views.multiclass {
}
.sheet.daggerheart.dh-style .tab-form-footer {
display: flex;
padding: 0 8px 0 12px;
padding: 0 10px;
position: relative;
bottom: -32px;
}

View file

@ -1,7 +1,7 @@
.sheet.daggerheart.dh-style {
.tab-form-footer {
display: flex;
padding: 0 8px 0 12px;
padding: 0 10px;
position: relative;
bottom: -32px;