[WebHost] weighted-settings: Fix start_inventory using the wrong data type

This commit is contained in:
Chris Wilson
2022-01-11 04:20:33 -05:00
parent 9339019308
commit 240d1423a3
2 changed files with 95 additions and 18 deletions

View File

@@ -125,6 +125,24 @@ html{
background-color: rgba(0, 0, 0, 0.1);
}
#weighted-settings .item-container .item-qty-div{
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0.125rem 0.5rem;
cursor: pointer;
}
#weighted-settings .item-container .item-qty-div input{
min-width: unset;
width: 1.5rem;
text-align: center;
}
#weighted-settings .item-container .item-qty-div:hover{
background-color: rgba(0, 0, 0, 0.1);
}
#weighted-settings .hints-div{
margin-top: 2rem;
}