Skip to content

Commit

Permalink
refactor: reduce icon height on player
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Oct 7, 2023
1 parent 39cfdc7 commit a28b170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ div:hover > .sponsorBlockChapterBar {
}

.playerButtonImage {
height: 60%;
height: 50%;
top: 0;
bottom: 0;
display: block;
Expand Down Expand Up @@ -718,7 +718,7 @@ input::-webkit-inner-spin-button {
}

#sbSkipIconControlBarImage {
height: 60%;
height: 50%;
top: 0px;
bottom: 0px;
display: block;
Expand Down

0 comments on commit a28b170

Please sign in to comment.