Simple style that causes the YouTube player to fill the window when in Theatre Mode but not overlap the navigation bar.
YouTube: Fullscreen-ish Theatre Mode by chrishazfun
Mirrored from https://raw.githubusercontent.com/chrishazfun/userstyles/main/yt-fullscreen-ish-theatre-mode.user.css
Details
Authorchrishazfun
LicenseNo License
Categoryyoutube
Created
Updated
Size566 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Raise issues in the GitHub repo please.
Source code
/* ==UserStyle==
@name YouTube: Fullscreen-ish Theatre Mode
@namespace chrishazfun
@version 2024.7.15
@description Simple style that causes the YouTube player to fill the window when in Theatre Mode but not overlap the navigation bar.
@author chrishazfun
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
ytd-watch-flexy[theater]:not([fullscreen]) #player-full-bleed-container.ytd-watch-flexy,
ytd-watch-flexy[theater]:not([fullscreen]) #full-bleed-container.ytd-watch-flexy {
height: calc(100vh - 56px);
max-height: calc(100vh - 56px);
}
}