Actor sheet, WIP
This commit is contained in:
@@ -41,9 +41,15 @@
|
||||
.character-resource {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: nowrap;
|
||||
gap: 4px;
|
||||
margin-bottom: 2px;
|
||||
|
||||
// formInput renders a <div class="form-group"> — flatten it so it doesn't break flex row
|
||||
div.form-group {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
input {
|
||||
min-width: 2.5rem;
|
||||
max-width: 2.5rem;
|
||||
|
||||
Reference in New Issue
Block a user