From 5c20d40f1ffa977f5da1fbca98e31f2e6b4fbc1b Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 13 Mar 2026 20:54:31 +0100 Subject: [PATCH] Reduce inventory column gap from 20px to 13px --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 87cac143..4c8c7c8f 100644 --- a/static/style.css +++ b/static/style.css @@ -1965,7 +1965,7 @@ body.noselect, body.noselect * { /* -- Tab containers (two side-by-side) -- */ .ts-tabrow { display: flex; - gap: 20px; + gap: 13px; flex-wrap: wrap; } .ts-tabcontainer { @@ -2297,7 +2297,7 @@ table.ts-allegiance td:first-child { } .inventory-content { - gap: 20px !important; + gap: 13px !important; } .inv-left-column {