From bce9d4367a9decb91f75b390250c7d9e94dcb177 Mon Sep 17 00:00:00 2001 From: Abe Haskins Date: Fri, 7 Nov 2025 16:32:30 -0600 Subject: [PATCH] Fix hiding assistant bar by specifying correct class --- discord/styles/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/styles/theme.css b/discord/styles/theme.css index 7801c37563..ab00989448 100644 --- a/discord/styles/theme.css +++ b/discord/styles/theme.css @@ -500,7 +500,7 @@ html[style*="color-scheme: light"] { } } -.chat-assistant-floating-input, .assistant-bar-placeholder { +.chat-assistant-floating-input, #assistant-bar-placeholder { display: none; }