Skip to content

Instantly share code, notes, and snippets.

@nachokb
Created September 12, 2018 01:33
Show Gist options
  • Save nachokb/d83df9ec9663d0454fd02926070de737 to your computer and use it in GitHub Desktop.
Save nachokb/d83df9ec9663d0454fd02926070de737 to your computer and use it in GitHub Desktop.
Youtube custom CSS
#masthead-container {
position: unset;
}
#page-manager.ytd-app {
margin-top: 0;
}
ytd-watch-flexy[theater] #player-theater-container.ytd-watch-flexy, ytd-watch-flexy[fullscreen] #player-theater-container.ytd-watch-flexy {
max-height: calc( 100vh - 20px ) ;
}
#container.ytd-masthead {
height: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment