From 0b2fe8fb1ed5c84808c4ea2fc0dc2c8d62da4cdc Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 13 Mar 2026 20:46:49 +0100 Subject: [PATCH] Fix inventory 3-column layout: 20px gaps, fixed 316px left column width --- static/style.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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;