Streamer Mode Layout


This is the style ChesswurmOTB uses to move User Interface elements to fixed positions for his Twitch.tv streams. This will move the clock, move list, and buttons to fixed locations to allow a more customizable stream layout for Lichess.org streamers.


Here is what it looks like in browser:


To allow your stream to look like this:


Just copy into the browser extension "Stylus" for Chrome or Firefox.


.rclock-top { position: absolute; left: 70%; top: 50%; } .rclock-bottom { position: absolute; left: 70%; top: 57%; } a.moretime::before { display: none; } .rmoves { display: none; } .rcontrols { position: absolute; top: 70%; }