From 9732009aa5fb6567bf781b8fbadc423168e57fc9 Mon Sep 17 00:00:00 2001 From: lizzie Date: Wed, 5 Aug 2026 20:49:06 +0000 Subject: [PATCH] fix: align channel names vertically Signed-off-by: lizzie --- src/webpage/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/webpage/style.css b/src/webpage/style.css index 80a918a..20f3335 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -2160,6 +2160,9 @@ span.instanceStatus { display: flex; align-items: center; transition: font-weight 0.1s; + .ellipsis { + margin-bottom: 0.25em; + } } .channelbutton:hover { background: var(--channel-hover);