Skip to content

Commit 389a912

Browse files
authored
Fully hide assistant bar on mobile (#7954)
1 parent d9ec137 commit 389a912

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 {
503+
.chat-assistant-floating-input, .assistant-bar-placeholder {
504504
display: none;
505505
}
506506

0 commit comments

Comments
 (0)