Skip to content

Commit

Permalink
add support for different video sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
0kzh committed Sep 23, 2022
1 parent 4f9b121 commit 6e930e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,9 @@ ytd-app[mini-guide-visible] ytd-page-manager.ytd-app {
margin-left: 0 !important;
}

.html5-video-player:not(.ytp-fullscreen) .html5-video-container, .html5-video-player:not(.ytp-fullscreen) video {
ytd-watch-flexy:not([theatre]):not([fullscreen]) .html5-video-container,
ytd-watch-flexy:not([theatre]):not([fullscreen]) video {
width: 100% !important;
height: 100% !important;
}

video {
left: 0 !important;
}

0 comments on commit 6e930e8

Please sign in to comment.