Update sheet again...

This commit is contained in:
2025-01-19 22:33:51 +01:00
parent 4198bf82be
commit 6d4a12252c
40 changed files with 416 additions and 166 deletions

View File

@ -11,7 +11,7 @@
.lethalfantasy-roll-dialog {
fieldset {
padding: 10px;
padding: 4px;
}
}
@ -62,10 +62,10 @@
.dice-total,
.dice-formula {
padding-top: 5px;
padding-top: 4px;
}
.dice-total {
margin-bottom: 5px;
margin-bottom: 4px;
}
.message-header {
font-family: var(--font-primary);
@ -78,7 +78,7 @@
display: flex;
flex-direction: row;
.intro-img {
padding: 5px;
padding: 4px;
width: 80px;
align-self: center;
}