diff --git a/static/style.css b/static/style.css index ec20a9b6..d4e6c71d 100644 --- a/static/style.css +++ b/static/style.css @@ -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;