Skip to content

Instantly share code, notes, and snippets.

@TheBSODAndWSODFan
Created August 20, 2023 16:24
Show Gist options
  • Save TheBSODAndWSODFan/beaef8f74f7ddb209e253fd0662c8425 to your computer and use it in GitHub Desktop.
Save TheBSODAndWSODFan/beaef8f74f7ddb209e253fd0662c8425 to your computer and use it in GitHub Desktop.
CSS fixes for YT Player Classicifier
/* ==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
}
}
@TheBSODAndWSODFan
Copy link
Author

was taken from this https://userstyles.world/style/8074
but gone :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment