Last active
August 30, 2023 02:46
-
-
Save pugson/4dab4d0604644c5f8ecadaf11d32f02f to your computer and use it in GitHub Desktop.
Fullscreen YouTube Player for Arc Browser https://arc.net/boost/BD693D78-8BFF-4927-8AF7-CE93CEF5B35A
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ytd-watch-flexy[full-bleed-player] #player-full-bleed-container.ytd-watch-flexy { | |
max-height: calc(100vh - 56px) !important; | |
} | |
ytd-watch-flexy[fullscreen] #player-full-bleed-container.ytd-watch-flexy { | |
max-height: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment