code-charity / youtube

[top~1 open YouTube & Video web-extension] Enrich your experience & choice! 🧰180+ options & clever features📌set+forget📌Longest-standing(been tough). Please join🧩us👨‍👩‍👧‍👧 ..⋮ {playback|content discovery|player|extra buttons|distractions|related videos|shorts|ads|quality|codec|full tab|full screen}
http://improvedtube.com
Other
3.43k stars 519 forks source link

video fill screen broken again #2093

Open sentix001 opened 6 months ago

sentix001 commented 6 months ago

see

sentix001 commented 6 months ago

is no one else experiencing this? or just me?

ImprovedTube commented 6 months ago

which exact option, browser, etc?

sentix001 commented 6 months ago

Appearance - Player - Player Size: Full Height

chrome latest version

ImprovedTube commented 6 months ago

@sentix001 i see too much height by about 27px (as much as half the controls bar) (unless we also hide YouTube's header)

sentix001 commented 6 months ago

Screenshot - 3_21_2024 , 9_10_49 PM

sentix001 commented 6 months ago

mine is like this

ImprovedTube commented 6 months ago

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