Skip to content

Commit

Permalink
Fixed "Hide player controls bar buttons" (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
adokseo committed Nov 17, 2021
1 parent 8633237 commit 2c5aad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2794,7 +2794,7 @@ body.no-scroll .it-player-button--tooltip {
html[it-player-play-button=true] .ytp-play-button,
html[it-player-previous-button=true] .ytp-prev-button,
html[it-player-next-button=true] .ytp-next-button,
html[it-player-volume-button=true] .ytp-volume-button,
html[it-player-volume-button=true] .ytp-volume-area,
html[it-player-autoplay-button=true] .ytp-autonav-toggle-button-container,
html[it-player-settings-button=true] .ytp-settings-button,
html[it-player-subtitles-button=true] .ytp-subtitles-button,
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.764",
"version": "3.765",
"default_locale": "en",
"icons": {
"128": "icons/128.png",
Expand Down

0 comments on commit 2c5aad7

Please sign in to comment.