wasd.tv Theater mode
wasd.tv Theater mode by timsonrobl
Details
Authortimsonrobl
LicenseNo License
Categorywasd
Created
Updated
Size780 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 wasd.tv Theater mode
@namespace example.com
@version 1.0.0
@description wasd.tv Theater mode
@author Timson
==/UserStyle== */
@-moz-document domain("wasd.tv") {
.nav-sidebar,
.stream-infox,
.header,
.channel__avatar,
.body__top {
display: none !important;
}
.player-wrapper {
max-height: none !important;
}
.wrapper {
padding-left: 0 !important;
margin-top: 0 !important;
height: 100% !important;
}
.chat-container {
width: 230px !important;
}
.player-info__info {
padding: 5px !important;
}
.body__bottom {
height: 20px !important;
}
.video-player {
height: calc(100vh - 34px) !important;
width: calc(100vw - 235px) !important;
}
}