Skip to content

Commit 842ed96

Browse files
committed
Remove background behind pills when chat is loading
1 parent a49d36c commit 842ed96

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/modules/main/chat/_chat.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,10 @@
195195
display: none;
196196
}
197197
}
198+
199+
// Loading chat content
200+
.wrapper_d852db, // Loading container
201+
.wrapper_fc8177{ // Chat line item
202+
background: transparent;
203+
}
198204
}

0 commit comments

Comments
 (0)