Skip to content

Commit 9cfc842

Browse files
authored
Fix hiding assistant bar by specifying correct class (discord#7955)
1 parent f1c0962 commit 9cfc842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/styles/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ html[style*="color-scheme: light"] {
500500
}
501501
}
502502

503-
.chat-assistant-floating-input, .assistant-bar-placeholder {
503+
.chat-assistant-floating-input, #assistant-bar-placeholder {
504504
display: none;
505505
}
506506

0 commit comments

Comments
 (0)