From 932a6d8ea74ab993dcaa566e89bb0703bd315aaf Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 13 Mar 2026 20:38:29 +0100 Subject: [PATCH] fix: narrow container column to reduce paperdoll overlap --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 7d3cd715..020d7a10 100644 --- a/static/style.css +++ b/static/style.css @@ -718,7 +718,7 @@ body.noselect, body.noselect * { color: var(--ac-text); overflow: hidden; padding: 8px; - gap: 14px; + gap: 4px; } .inv-left-column { @@ -810,7 +810,7 @@ body.noselect, body.noselect * { } .inv-sidebar { - width: 54px; + width: 38px; display: flex; flex-direction: column; align-items: center; @@ -2296,7 +2296,7 @@ table.ts-allegiance td:first-child { } .inv-sidebar { - width: 52px !important; + width: 38px !important; align-items: center !important; }