This commit is contained in:
WBHarry 2025-07-25 20:58:04 +02:00
parent 3f95740b7a
commit bda67262e9
20 changed files with 538 additions and 285 deletions

View file

@ -1,7 +1,15 @@
.sheet.daggerheart.dh-style {
.daggerheart.dh-style {
.tab-form-footer {
display: flex;
padding: 0 10px;
gap: 8px;
&.spaced {
margin-top: 8px;
}
&.padded {
padding: 0 10px;
}
button {
flex: 1;

View file

@ -29,6 +29,7 @@
}
.settings-items {
width: 100%;
display: flex;
flex-direction: column;
gap: 8px;