10 lines
161 B
CSS
10 lines
161 B
CSS
|
/*
|
||
|
Hides elements that clog up Twitch's chat when using popout mode.
|
||
|
*/
|
||
|
|
||
|
.chat-input,
|
||
|
.room-selector__header,
|
||
|
.pinned-cheer-v2 {
|
||
|
display: none !important;
|
||
|
}
|