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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user