Various updates
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user