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

@ -474,16 +474,33 @@ i.lethalfantasy {
align-items: center;
gap: 4px;
}
.lethalfantasy .tab.character-combat .combat-details .combat-detail .input {
min-width: 2.5rem;
max-width: 2.5rem;
}
.lethalfantasy .tab.character-combat .combat-details .combat-detail button {
min-width: 10rem;
min-width: 9rem;
}
.lethalfantasy .tab.character-combat .combat-details .combat-detail .armor-hp {
min-width: 20rem;
max-width: 20rem;
margin-right: 4px;
min-width: 10rem;
max-width: 10rem;
}
.lethalfantasy .tab.character-combat .combat-details .combat-detail .armor-hp .name {
min-width: 6rem;
max-width: 6rem;
}
.lethalfantasy .tab.character-combat .combat-details .combat-detail .armor-hp .input {
min-width: 3rem;
max-width: 3rem;
min-width: 2.5rem;
max-width: 2.5rem;
}
.lethalfantasy .tab.character-combat .combat-details .combat-detail .granted {
min-width: 8rem;
max-width: 8rem;
}
.lethalfantasy .tab.character-combat .combat-details .combat-detail .granted .input {
min-width: 2.5rem;
max-width: 2.5rem;
}
.lethalfantasy .tab.character-combat .wounds {
display: grid;
@ -539,7 +556,7 @@ i.lethalfantasy {
}
.lethalfantasy .tab.character-combat .armors {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-columns: repeat(2, 1fr);
gap: 4px;
}
.lethalfantasy .tab.character-combat .armors .armor {
@ -555,6 +572,30 @@ i.lethalfantasy {
.lethalfantasy .tab.character-combat .armors .name {
min-width: 12rem;
}
.lethalfantasy .tab.character-combat .armors .item-detail {
min-width: 2rem;
}
.lethalfantasy .tab.character-combat .shields {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 4px;
}
.lethalfantasy .tab.character-combat .shields .shield {
display: flex;
align-items: center;
gap: 4px;
}
.lethalfantasy .tab.character-combat .shields .shield .item-img {
width: 24px;
height: 24px;
margin: 4px 0 0 0;
}
.lethalfantasy .tab.character-combat .shields .item-detail {
min-width: 2rem;
}
.lethalfantasy .tab.character-combat .shields .name {
min-width: 12rem;
}
.lethalfantasy .tab.character-spells {
display: grid;
grid-template-columns: 1fr;
@ -577,10 +618,11 @@ i.lethalfantasy {
min-width: 10rem;
}
.lethalfantasy .tab.character-spells .spell-details .spell-detail .armor-hp {
min-width: 20rem;
max-width: 20rem;
min-width: 12rem;
max-width: 12rem;
}
.lethalfantasy .tab.character-spells .spell-details .spell-detail .armor-hp .input {
flex: 0;
min-width: 3rem;
max-width: 3rem;
}
@ -743,6 +785,11 @@ i.lethalfantasy {
min-width: 2.5rem;
max-width: 2.5rem;
}
.lethalfantasy .monster-main .monster-pc .monster-hp .damage-resistance {
flex: none;
min-width: 6rem;
max-width: 6rem;
}
.lethalfantasy .monster-main .monster-pc .monster-hp input {
flex: none;
min-width: 2.2rem;
@ -1896,7 +1943,7 @@ i.lethalfantasy {
color: var(--color-dark-2);
}
.lethalfantasy-roll-dialog fieldset {
padding: 10px;
padding: 4px;
}
.dialog-modifier {
display: flex;
@ -1941,10 +1988,10 @@ i.lethalfantasy {
}
.dice-roll .dice-total,
.dice-roll .dice-formula {
padding-top: 5px;
padding-top: 4px;
}
.dice-roll .dice-total {
margin-bottom: 5px;
margin-bottom: 4px;
}
.dice-roll .message-header {
font-family: var(--font-primary);
@ -1958,7 +2005,7 @@ i.lethalfantasy {
flex-direction: row;
}
.dice-roll .intro-chat .intro-img {
padding: 5px;
padding: 4px;
width: 80px;
align-self: center;
}