Minor fixes
This commit is contained in:
@ -582,6 +582,7 @@ i.lethalfantasy {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
min-width: 20rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-combat .shields .shield {
|
||||
display: flex;
|
||||
@ -594,7 +595,7 @@ i.lethalfantasy {
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.lethalfantasy .tab.character-combat .shields .item-detail {
|
||||
min-width: 2rem;
|
||||
min-width: 2.5rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-combat .shields .name {
|
||||
min-width: 12rem;
|
||||
@ -631,8 +632,9 @@ i.lethalfantasy {
|
||||
}
|
||||
.lethalfantasy .tab.character-spells .spells {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
min-width: 18rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-spells .spells .spell {
|
||||
display: flex;
|
||||
@ -683,8 +685,9 @@ i.lethalfantasy {
|
||||
}
|
||||
.lethalfantasy .tab.character-miracles .miracles {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
min-width: 18rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-miracles .miracles .miracle {
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user