Skip to content

Commit

Permalink
fix right buttons on 2011 & 2012
Browse files Browse the repository at this point in the history
  • Loading branch information
ktg5 committed Jan 12, 2024
1 parent 7fc6c12 commit ee2e91e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/2011.css
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,10 @@
padding-right: 0px;
}

.ytp-big-mode .ytp-right-controls .ytp-button {
width: 40px !important;
}

/* SUBTITLES BUTTON */

.ytp-subtitles-button.ytp-button {
Expand Down
4 changes: 4 additions & 0 deletions css/2012.css
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,10 @@
padding-right: 0px;
}

.ytp-big-mode .ytp-right-controls .ytp-button {
width: 40px !important;
}

/* SUBTITLES BUTTON */

.ytp-subtitles-button.ytp-button[title="Subtitles/closed captions unavailable"] {
Expand Down

0 comments on commit ee2e91e

Please sign in to comment.