UI - Mobile - quick watch form element fixes

This commit is contained in:
dgtlmoon
2024-05-20 13:43:59 +02:00
parent 4293639f51
commit 05bf3c9a5c
2 changed files with 5 additions and 0 deletions

View File

@@ -1082,6 +1082,9 @@ ul {
li {
list-style: none;
font-size: 0.8rem;
> * {
display: inline-block;
}
}
}

View File

@@ -1172,6 +1172,8 @@ ul {
#quick-watch-processor-type ul li {
list-style: none;
font-size: 0.8rem; }
#quick-watch-processor-type ul li > * {
display: inline-block; }
.restock-label {
padding: 3px;