Open sentix001 opened 8 months ago
is no one else experiencing this? or just me?
which exact option, browser, etc?
Appearance - Player - Player Size: Full Height
chrome latest version
@sentix001 i see too much height by about 27px (as much as half the controls bar) (unless we also hide YouTube's header)
mine is like this
Also if someone comes here looking how to fix theater mode on the new UI you can add this to your userstyles until the addon is updated:
ytd-watch-grid[full-bleed-player] #player-full-bleed-container.ytd-watch-grid{ height: calc(var(--it-player-size) - var(--it-header-size)); max-height: var(--it-player-size); }
ytd-watch-grid[is-dark-theme][theater]:not([fullscreen])[transparent-theater-mode] #player-full-bleed-container.ytd-watch-grid{ background: rgb(0,0,0); }
https://github.com/code-charity/youtube/issues/2038#issuecomment-1962551422
see