Skip to content

Commit

Permalink
fix: Playlist sidebar overlaying video items
Browse files Browse the repository at this point in the history
Merge pull request #10 from BamButz/fix/playlist
  • Loading branch information
ephraimduncan authored Oct 21, 2022
2 parents a4b619b + 48772e8 commit 899b7f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,8 @@ ytd-watch-flexy:not([theater]):not([fullscreen]) video {
width: 100% !important;
height: 100% !important;
left: 0 !important;
}

ytd-playlist-sidebar-renderer {
left: 0 !important;
}

0 comments on commit 899b7f2

Please sign in to comment.