Various updates

This commit is contained in:
2025-01-09 22:26:37 +01:00
parent d0284d2b84
commit 949755b680
36 changed files with 288 additions and 14 deletions

View File

@ -500,6 +500,44 @@ i.lethalfantasy {
align-items: center;
gap: 10px;
}
.lethalfantasy .tab.character-weapons .combat-details .combat-detail .armor-hp {
min-width: 20rem;
max-width: 20rem;
}
.lethalfantasy .tab.character-weapons .combat-details .combat-detail .armor-hp .input {
min-width: 3rem;
max-width: 3rem;
}
.lethalfantasy .tab.character-weapons .wounds {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.lethalfantasy .tab.character-weapons .wounds .wound {
display: flex;
align-items: center;
gap: 10px;
}
.lethalfantasy .tab.character-weapons .wounds .wound .wound-description {
min-width: 16rem;
max-width: 16rem;
}
.lethalfantasy .tab.character-weapons .wounds .wound .wound-duration {
min-width: 3rem;
max-width: 3rem;
}
.lethalfantasy .tab.character-weapons .wounds .wound .wound-value {
min-width: 3rem;
max-width: 3rem;
}
.lethalfantasy .tab.character-weapons .wounds .wound .item-img {
width: 32px;
height: 32px;
margin: 5px 0 0 0;
}
.lethalfantasy .tab.character-weapons .wounds .wound .name {
min-width: 12rem;
}
.lethalfantasy .tab.character-weapons .weapons {
display: grid;
grid-template-columns: repeat(2, 1fr);
@ -1517,6 +1555,18 @@ i.lethalfantasy {
width: 60px;
text-align: center;
}
.dialog-favor {
display: flex;
justify-content: center;
align-items: center;
}
.dialog-favor select {
border: none;
background-color: rgba(0, 0, 0, 0.1);
color: var(--color-dark-2);
width: 120px;
text-align: center;
}
.main,
.dialog-damage,
.dialog-resource,