[WebHost] weighted-settings: Minor style fixes

This commit is contained in:
Chris Wilson
2022-01-11 04:33:27 -05:00
parent 240d1423a3
commit ee190601ee
2 changed files with 13 additions and 1 deletions

View File

@@ -133,6 +133,12 @@ html{
cursor: pointer;
}
#weighted-settings .item-container .item-qty-div .item-qty-input-wrapper{
display: flex;
flex-direction: column;
justify-content: space-around;
}
#weighted-settings .item-container .item-qty-div input{
min-width: unset;
width: 1.5rem;
@@ -166,6 +172,8 @@ html{
display: flex;
flex-direction: row;
cursor: pointer;
user-select: none;
-moz-user-select: none;
}
#weighted-settings .hints-div .hints-wrapper .hint-div:hover{