expands video player size to fill viewport
dropout theater mode by skullcrusher
Details
Authorskullcrusher
LicenseNo License
Categorywww.dropout.tv
Created
Updated
Size373 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 Dropout Theater Mode
@namespace skullcrusher
@version 6.9
==/UserStyle== */
@-moz-document domain("www.dropout.tv") {
#watch-player,
#watch-player .embed-content {
max-height: calc(100vh - 43px)!important;
}
.site-header .flex-container {min-height:0!important}
.site-header .user-dropdown {top:39px!important}
}