Fix cell inventory: clickable entries navigate to component; use display name

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-21 00:14:19 +00:00
parent 3675c1725a
commit 64157013ed
2 changed files with 20 additions and 2 deletions

View File

@@ -1464,6 +1464,17 @@ nav {
white-space: nowrap;
}
.cell-inv-item-link {
cursor: pointer;
border-radius: 3px;
padding: 0.1rem 0.25rem;
margin: 0 -0.25rem;
}
.cell-inv-item-link:hover {
background: var(--hover, rgba(255,255,255,0.06));
}
.cell-inv-empty {
font-size: 0.85rem;
color: var(--text-faint);