change twitch popout chat display to fit galaxy z flip 3 cover display via Samsprung Launcher (https://github.com/AbandonedCart/SamSprung-Launcher)
remove stream chat header, leader board, chat input
change max width to 512px
twitch popout chat for z flip3 cover display by toonraon
Details
Authortoonraon
LicenseMIT
Categorytwitch
Created
Updated
Size645 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 popout chat for z flip3 cover display
@version 20211015.03.48
@namespace userstyles.world/user/toonraon
@description change twitch popout chat display to fit galaxy z flip 3 cover display via Samsprung Launcher (https://github.com/AbandonedCart/SamSprung-Launcher)
remove stream chat header, leader board, chat input
change max width to 512px
@author toonraon
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://www.twitch.tv/popout") {
.stream-chat-header, .channel-leaderboard, .chat-input {
display: none !important;
}
body {
max-width: 512px !important;
}
}