Add availability to weapon sheet

This commit is contained in:
Johannes Loher 2020-10-29 17:48:56 +01:00
parent 3dd459660e
commit 1437dd6ee1
6 changed files with 38 additions and 6 deletions

View file

@ -5,7 +5,7 @@
border-right: 2px groove #eeede0;
.side-property {
margin: 0;
margin: 2px 0;
display: flex;
flex-direction: row;
@ -15,9 +15,11 @@
font-weight: bold;
}
input {
input,
select {
text-align: right;
flex: 1;
width: calc(100% - 2px);
}
}
}