Created
August 20, 2023 16:24
-
-
Save TheBSODAndWSODFan/beaef8f74f7ddb209e253fd0662c8425 to your computer and use it in GitHub Desktop.
CSS fixes for YT Player Classicifier
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
/* ==UserStyle== | |
@name CSS fixes for YT Player Classicifier | |
@namespace github.com/openstyles/stylus | |
@version 1.0 | |
@author oldbutgoldyt | |
@preprocessor stylus | |
@var checkbox small "Check this if you are using pre-2020 scales" 1 | |
==/UserStyle== */ | |
@-moz-document domain("www.youtube.com"), domain("youtube-nocookie.com"), domain("youtube.googleapis.com") { | |
.ytp-chrome-bottom, .ytp-embed:not(.ytp-big-mode) .ytp-chrome-bottom { | |
height: 36px!important | |
} | |
.ytp-big-mode .ytp-chrome-bottom { | |
height: 54px!important | |
} | |
} | |
if not small { | |
.ytp-chrome-bottom, .ytp-embed:not(.ytp-big-mode) .ytp-chrome-bottom { | |
height: 40px!important | |
} | |
.ytp-big-mode .ytp-chrome-bottom { | |
height: 54px!important | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
was taken from this https://userstyles.world/style/8074
but gone :(