Expand the theater mode player height to 100vh (100% height of viewport) minus the header height.
X Max Theater Mode Height by QuadraticForm
Details
AuthorQuadraticForm
LicenseNo License
Categoryyoutube.com
Created
Updated
Size488 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 X Max Theater Mode Height
@version 20250111.07.52
@namespace https://userstyles.world/user/QuadraticForm
@description Expand the theater mode player height to 100vh (100% height of viewport) minus header height.
@author QuadraticForm
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
#full-bleed-container {
max-height: calc(100vh - var(--ytd-watch-flexy-masthead-height)) !important;
}
}