Skip to content

Commit

Permalink
Merge pull request #2071 from raszpl/css2
Browse files Browse the repository at this point in the history
fix "5 second skip animation" CSS, player.css issues/2066
  • Loading branch information
ImprovedTube authored Mar 6, 2024
2 parents 37c5726 + 4d44c10 commit 66d0115
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ html[data-page-type='video'][it-player-size='custom'] ytd-app:not([player-fullsc
# SKIP OVERLAY
--------------------------------------------------------------*/

html[it-player-hide-skip-overlay=true] .ytp-doubletap-ui, .ytp-doubletap-ui-legacy
html[it-player-hide-skip-overlay=true] .ytp-doubletap-ui, html[it-player-hide-skip-overlay=true] .ytp-doubletap-ui-legacy
{
visibility: hidden;
}
Expand Down

0 comments on commit 66d0115

Please sign in to comment.