mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Lowered tab-form-footer padding
This commit is contained in:
parent
a206089bd2
commit
cd06df6a0d
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue