Skip to content

Commit

Permalink
Hide the newly added rooms header
Browse files Browse the repository at this point in the history
  • Loading branch information
Glodenox committed Feb 27, 2019
1 parent eabb2ab commit c00d12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat-monitor.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
font-family: 'Open Sans Condensed', sans-serif !important;
}

#root .chat-room__header, .chat-list__more-messages-placeholder, .pinned-cheer, .chat-room__notifications {
#root .chat-room__header, .chat-list__more-messages-placeholder, .pinned-cheer, .chat-room__notifications, .rooms-header {
display:none !important;
}

Expand Down

0 comments on commit c00d12f

Please sign in to comment.