From c65e949731ffcb39bd4eb53c7c13944414b486bf Mon Sep 17 00:00:00 2001 From: Kharec Date: Tue, 16 Dec 2025 03:25:12 +0100 Subject: [PATCH] feat: improve margin --- auditui/constants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auditui/constants.py b/auditui/constants.py index 651301d..d9611e2 100644 --- a/auditui/constants.py +++ b/auditui/constants.py @@ -30,10 +30,10 @@ Header { Footer { background: #181825; color: #bac2de; - height: 1; + height: 2; padding: 0 1; scrollbar-size: 0 0; - overflow-x: hidden; + overflow-x: auto; overflow-y: hidden; } @@ -49,7 +49,7 @@ FooterKey.-grouped, Footer.-compact FooterKey { background: #181825; padding: 0; - margin: 0 2 0 0; + margin: 0 1 0 0; } FooterKey .footer-key--key {