Fix inventory 3-column layout: 20px gaps, fixed 316px left column width

This commit is contained in:
Erik 2026-03-13 20:46:49 +01:00
parent e02edfde8a
commit 0b2fe8fb1e

View file

@ -718,13 +718,14 @@ body.noselect, body.noselect * {
color: var(--ac-text);
overflow: hidden;
padding: 8px;
gap: 4px;
gap: 20px;
}
.inv-left-column {
display: flex;
flex-direction: column;
min-width: 0;
width: 316px;
flex: none;
min-height: 0;
overflow: hidden;
}
@ -2295,6 +2296,15 @@ table.ts-allegiance td:first-child {
letter-spacing: 0 !important;
}
.inventory-content {
gap: 20px !important;
}
.inv-left-column {
width: 316px !important;
flex: none !important;
}
.inv-sidebar {
width: 38px !important;
align-items: center !important;