Fix npc tabs and Roll Button display

This commit is contained in:
Mandar
2021-02-16 16:02:49 +01:00
parent 14b47a5381
commit 5ffaa062fc
4 changed files with 37 additions and 11 deletions

View File

@@ -133,11 +133,7 @@
}
}
article {
.weapons-content {
flex: 1;
}
min-height: auto;
display: flex;
fieldset,
.checklist {
flex: 0 0 calc(100% - 0.5rem);
@@ -146,6 +142,9 @@
flex: 0 0 calc(100% - 0.5rem);
margin: 1rem 0.25rem 0;
}
.weapons-content {
flex: 1;
}
.initiative-wrapper {
margin-bottom: 0.5rem;
}