Widen inventory dialog; fix grid picker cell size to 64px with scroll

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 01:20:17 +00:00
parent 64af0862f2
commit 8fa4a54f9e
3 changed files with 5 additions and 5 deletions

View File

@@ -1506,9 +1506,9 @@ nav {
.i-grid-visual {
display: grid;
gap: 2px;
max-height: 320px;
overflow-y: auto;
gap: 3px;
max-height: 420px;
overflow: auto;
}
.igv-cell {