mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
refactor: reduce icon height on player
This commit is contained in:
parent
39cfdc7b6c
commit
a28b170a51
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ div:hover > .sponsorBlockChapterBar {
|
|||
}
|
||||
|
||||
.playerButtonImage {
|
||||
height: 60%;
|
||||
height: 50%;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
display: block;
|
||||
|
@ -718,7 +718,7 @@ input::-webkit-inner-spin-button {
|
|||
}
|
||||
|
||||
#sbSkipIconControlBarImage {
|
||||
height: 60%;
|
||||
height: 50%;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue