Skip to content

Instantly share code, notes, and snippets.

@okb1100
Created October 30, 2021 16:38
Show Gist options
  • Save okb1100/3d26c41a9f5a1c77c371425f0007a34a to your computer and use it in GitHub Desktop.
Save okb1100/3d26c41a9f5a1c77c371425f0007a34a to your computer and use it in GitHub Desktop.
#css-hacks
.ytp-chrome-bottom,.ytp-chrome-controls,.ytp-progress-bar-container{
transition: all 300ms !important;
}
.ytp-autohide .ytp-chrome-bottom{
opacity: 1 !important;
width: 100% !important;
left: 0 !important;
transition: all 300ms !important;
}
.ytp-autohide .ytp-chrome-controls{
visibility: hidden !important;
transition: all 300ms !important;
opacity: 0 !important;
}
.ytp-autohide .ytp-progress-bar-container{
bottom: 0 !important;
opacity: 0.4 !important;
transition: all 300ms !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment