Skip to content

Commit

Permalink
Add custom CSS for hiding message input bar per channel (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnvaldr authored and xPaw committed Nov 3, 2019
1 parent 15396a9 commit f2cba0b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _guides/custom-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,14 @@ This is useful to silence bots that automatically fetch URL previews, already be
}
```

### Hide message input bar per channel

Useful for channels that always disable sending messages (news feed channels, for example).

```css
#chat-container[data-current-channel="#thelounge"] #form {
display: none;
}
```

{% include abbreviations.md %}

0 comments on commit f2cba0b

Please sign in to comment.