diff --git a/src/modules/hide_room_selector/style.css b/src/modules/hide_room_selector/style.css index 7c8756a311..fec9c35aaf 100644 --- a/src/modules/hide_room_selector/style.css +++ b/src/modules/hide_room_selector/style.css @@ -1,5 +1,5 @@ .bttv-hide-room-selector { - .room-selector__header { - display: none !important; - } + .room-selector .rooms-header { + display: none !important; + } }