Implement tooltip-based market item collection

This commit is contained in:
2026-08-11 17:11:44 +03:00
parent f9271d4ab9
commit d6e0ba466b
9 changed files with 458 additions and 172 deletions
+6
View File
@@ -599,6 +599,12 @@ input[type="range"] {
color: var(--error);
}
.result-hint {
margin: 0;
padding: 22px 20px;
color: var(--text-muted);
}
table {
width: 100%;
border-collapse: collapse;