twitch theatre mode chat will be displayed on the left side. Good in case you watch the stream in your left monitor.
Twitch Theatre Left Chat Layout by RubensKj
Details
AuthorRubensKj
LicenseNo License
Categorytwitch, chat left, theatre mode, twitch left chat on theatre mode.
Created
Updated
Size543 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Twitch Theatre Left Chat Layout
@namespace github.com/openstyles/stylus
@version 1.0.0
@description twitch theatre mode chat will be displayed on the left side. Good in case you watch the stream in your left monitor.
@author Me
@category twitch
==/UserStyle== */
@-moz-document domain("twitch.tv") {
.persistent-player--theatre {
right: 0px;
left: unset !important;
}
.right-column--theatre {
left: 0px;
right: unset !important;
}
}