Skip to content

Commit

Permalink
Merge pull request #1372 from dodieboy/fix
Browse files Browse the repository at this point in the history
Fix player element overlap
  • Loading branch information
Victor Savinov authored Jul 11, 2022
2 parents 0be1263 + a78d2db commit d901ba1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions content-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,17 +303,12 @@ html[it-limit-page-width=false] ytd-watch-flexy:not([fullscreen]) #primary.ytd-w

html[it-limit-page-width=false] ytd-watch-flexy:not([fullscreen]) #player-container-outer.ytd-watch-flexy {
max-width: 100% !important;
max-height: var(--ytd-watch-flexy-max-player-height) !important;
}

html[it-limit-page-width=false] ytd-watch-flexy:not([fullscreen]) #player-container-inner.ytd-watch-flexy {
padding-top: calc(var(--ytd-watch-flexy-max-player-height) + 45px) !important;
}

html[it-limit-page-width=false] ytd-watch-flexy:not([fullscreen]) #player {
padding-bottom: 45px !important;
}

html[it-limit-page-width=false] ytd-watch-flexy:not([fullscreen]) .html5-video-container {
height: 100% !important;
width: 100% !important;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "'Improve YouTube!' (Video & YouTube Tools)🎧",
"short_name": "ImprovedTube",
"description": "__MSG_description_ext__",
"version": "3.964",
"version": "3.965",
"default_locale": "en",
"icons": {
"128": "icons/128.png",
Expand Down

0 comments on commit d901ba1

Please sign in to comment.