TabFormFooter styling update

This commit is contained in:
WBHarry 2025-06-10 18:59:39 +02:00
parent a806e1f9bb
commit a206089bd2
2 changed files with 4 additions and 0 deletions

View file

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

View file

@ -2,6 +2,8 @@
.tab-form-footer {
display: flex;
padding: 0 8px 0 12px;
position: relative;
bottom: -32px;
button {
flex: 1;