Add the quantity input to the item details tab (closes #154)

This commit is contained in:
Oliver-Akins 2024-04-01 21:08:59 -06:00
parent 82452f4f7c
commit 1c2ced321b
7 changed files with 45 additions and 16 deletions

View file

@ -2,4 +2,8 @@
.dotdungeon.style-v3 > .window-content label {
cursor: pointer;
&.justify-start {
justify-self: start;
}
}