Add quantity field for all items
Release Creation / build (release) Successful in 2m8s

This commit is contained in:
2026-06-06 09:21:01 +02:00
parent 0d3cc5bbe0
commit 58db55d1ad
20 changed files with 276 additions and 87 deletions
+36
View File
@@ -648,6 +648,24 @@
overflow: hidden;
text-overflow: ellipsis;
}
.inv-qty {
display: flex;
align-items: center;
gap: 2px;
font-size: 11px;
min-width: 48px;
justify-content: center;
a {
font-size: 9px;
cursor: pointer;
color: rgba(0,0,0,0.4);
&:hover { color: rgba(0,0,0,0.8); }
}
span {
min-width: 16px;
text-align: center;
}
}
.inv-enc, .inv-uses, .inv-capacity {
font-size: 11px;
color: #555;
@@ -710,6 +728,24 @@
overflow: hidden;
text-overflow: ellipsis;
}
.inv-qty {
display: flex;
align-items: center;
gap: 2px;
font-size: 10px;
min-width: 40px;
justify-content: center;
a {
font-size: 8px;
cursor: pointer;
color: rgba(0,0,0,0.4);
&:hover { color: rgba(0,0,0,0.8); }
}
span {
min-width: 14px;
text-align: center;
}
}
.inv-enc {
font-size: 10px;
color: #555;