Skip to content

YouTube: Fullscreen-ish Theatre Mode by chrishazfun

Mirrored from https://raw.githubusercontent.com/chrishazfun/userstyles/main/yt-fullscreen-ish-theatre-mode.user.css

Screenshot of YouTube: Fullscreen-ish Theatre Mode

Details

Authorchrishazfun

LicenseNo License

Categoryyoutube

Created

Updated

Size566 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple style that causes the YouTube player to fill the window when in Theatre Mode but not overlap the navigation bar.

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);
  }
}

Reviews

No reviews yet.