From 08fbda4f6ba9fe4a37afb60028ed26cc694d7a1a Mon Sep 17 00:00:00 2001 From: ygg2 Date: Wed, 24 Jul 2024 20:06:50 -0400 Subject: [PATCH] serverName is the current correct id --- webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpage/style.css b/webpage/style.css index 17e7107..04f6b47 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -646,7 +646,7 @@ textarea:focus-visible { font-weight:900; background: color-mix(in srgb, var(--channel-hover) 60%, transparent) } -#servername { +#serverName { padding-left: 0.1in; text-overflow: ellipsis; overflow-x: hidden;