feat: improve margin

This commit is contained in:
2025-12-16 03:25:12 +01:00
parent ab51e5506e
commit c65e949731

View File

@@ -30,10 +30,10 @@ Header {
Footer { Footer {
background: #181825; background: #181825;
color: #bac2de; color: #bac2de;
height: 1; height: 2;
padding: 0 1; padding: 0 1;
scrollbar-size: 0 0; scrollbar-size: 0 0;
overflow-x: hidden; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;
} }
@@ -49,7 +49,7 @@ FooterKey.-grouped,
Footer.-compact FooterKey { Footer.-compact FooterKey {
background: #181825; background: #181825;
padding: 0; padding: 0;
margin: 0 2 0 0; margin: 0 1 0 0;
} }
FooterKey .footer-key--key { FooterKey .footer-key--key {