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