From d955499227041276f00c6ab9416a2f34742bfd99 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Tue, 29 Oct 2024 20:34:21 -0500 Subject: [PATCH] slight CSS update --- src/webpage/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index ac26358..995ccab 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -581,6 +581,7 @@ span.instanceStatus { .channels { overflow-y: hidden; transition: height .2s ease-in-out; + padding-left: 6px; } #channels > div > div:first-child { margin-top: 8px; @@ -592,7 +593,7 @@ span.instanceStatus { } .channelbutton { height: 2em; - padding: 0 8px; + padding: 0 5px; background: transparent; color: var(--primary-text-soft); display: flex;