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

@ -376,7 +376,7 @@
}
.ds4 .side-properties .side-property {
margin: 0;
margin: 2px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
@ -394,9 +394,11 @@
font-weight: bold;
}
.ds4 .side-properties .side-property input {
.ds4 .side-properties .side-property input,
.ds4 .side-properties .side-property select {
text-align: right;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: calc(100% - 2px);
}