Skip to content

Commit

Permalink
fix: Forum channels without tiles background (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicAven authored Oct 5, 2023
1 parent 379db5e commit 6567c8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ div[class|="channelTextArea"] button[class*="emojiButton-"] {
div[class|="chat"] > div[class|="content"] > div[class|="container"] {
background-color: $base;

div[class|="grid"] {
div[class|="grid"],
> div[class|="chatContainer"] > div[class|="container"] {
background-color: $base;
}

Expand Down

0 comments on commit 6567c8f

Please sign in to comment.