Roll damage + fix
This commit is contained in:
@ -399,6 +399,24 @@ i.lethalfantasy {
|
||||
.lethalfantasy .character-main .character-resources-edit {
|
||||
min-width: 400px;
|
||||
}
|
||||
.lethalfantasy .tab.character-biography .biodata {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
gap: 10px;
|
||||
}
|
||||
.lethalfantasy .tab.character-biography .biodata .biodata-elem {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
.lethalfantasy .tab.character-biography .biodata .biodata-elem .item-img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 5px 0 0 0;
|
||||
}
|
||||
.lethalfantasy .tab.character-biography .biodata .biodata-elem .name {
|
||||
min-width: 8rem;
|
||||
}
|
||||
.lethalfantasy .character-biography prose-mirror.inactive {
|
||||
min-height: 40px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user