mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +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 {
|
.sheet.daggerheart.dh-style .tab-form-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 8px 0 12px;
|
padding: 0 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: -32px;
|
bottom: -32px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
.sheet.daggerheart.dh-style {
|
.sheet.daggerheart.dh-style {
|
||||||
.tab-form-footer {
|
.tab-form-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 8px 0 12px;
|
padding: 0 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: -32px;
|
bottom: -32px;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue