Skip to content

Instantly share code, notes, and snippets.

@miyaoka
Created May 24, 2024 06:06
Show Gist options
  • Save miyaoka/ca3bb9cd91e71a7b895d01cda09c08ed to your computer and use it in GitHub Desktop.
Save miyaoka/ca3bb9cd91e71a7b895d01cda09c08ed to your computer and use it in GitHub Desktop.
youtubeレイアウト修正
ytd-watch-grid[default-layout] {
#below {
top: 500px;
}
}
ytd-watch-grid[full-bleed-player] {
#columns {
flex-direction: row-reverse;
}
#primary {
width: 400px;
flex: none;
min-width: auto;
}
#secondary {
flex: 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment