refactor: reduce icon height on player

This commit is contained in:
Tim 2023-10-07 03:41:02 +02:00
parent 39cfdc7b6c
commit a28b170a51

View file

@ -140,7 +140,7 @@ div:hover > .sponsorBlockChapterBar {
} }
.playerButtonImage { .playerButtonImage {
height: 60%; height: 50%;
top: 0; top: 0;
bottom: 0; bottom: 0;
display: block; display: block;
@ -718,7 +718,7 @@ input::-webkit-inner-spin-button {
} }
#sbSkipIconControlBarImage { #sbSkipIconControlBarImage {
height: 60%; height: 50%;
top: 0px; top: 0px;
bottom: 0px; bottom: 0px;
display: block; display: block;