mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Fixed mobile notice zoom on Firefox
This commit is contained in:
parent
07f64382fb
commit
5551344355
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class SkipNotice {
|
|||
noticeElement.style.zIndex = String(50 + amountOfPreviousNotices);
|
||||
if (contentContainer().onMobileYouTube) {
|
||||
noticeElement.style.bottom = "4em";
|
||||
noticeElement.style.zoom = "0.8";
|
||||
noticeElement.style.transform = "scale(0.8) translate(10%, 10%)";
|
||||
}
|
||||
|
||||
//add mouse enter and leave listeners
|
||||
|
|
Loading…
Reference in a new issue