Chat goes to full height of window on page load, video goes full width. No wasted space. If you resize the window and need the chat to resize with it, just refresh the page!
TopStreams Full Layout by sportballpro
Details
Authorsportballpro
LicenseNo License
Categorytopstreams
Created
Updated
Size828 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 TopStreams Full Layout
@version 20231015.20.50
@namespace userstyles.world/user/sportballpro
@description Chat goes to full height of window on page load, video goes full width. No wasted space. If you resize the window and need the chat to resize with it, just refresh the page!
@author sportballpro
@license No License
==/UserStyle== */
@-moz-document domain("topstreams.info") {
.main-content.layout-dbc {
width: 100%;
}
section.col-b {
width: calc(100% - 300px) !important;
}
section.col-c {
margin-left: 0 !important;
padding-left: 15px;
height: calc(100vh - 90px);
}
#global-viewport {
background-color: #111 !important;
}
@media screen and (min-width: 1260px) {
.chat-widget {
height: calc(100vh - 90px) !important;
}
}
}