Skip to content

Commit 715d08c

Browse files
committed
fix "input" label so it's on the chat bar but not the forum input
1 parent 0cf576e commit 715d08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
379379
[class^='panels_']::after {
380380
content: 'user';
381381
}
382-
[class^='form_']::not(.container_a6d69a .form) [class^='channelTextArea_']::after {
382+
[class^='form_a7d72e'] [class^='channelTextArea_']::after {
383383
content: 'input';
384384
}
385385
.guilds_a4d4d9::after {

0 commit comments

Comments
 (0)