mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 04:57:09 +03:00
Fixed mobile notice zoom on Firefox
This commit is contained in:
@@ -58,7 +58,7 @@ class SkipNotice {
|
|||||||
noticeElement.style.zIndex = String(50 + amountOfPreviousNotices);
|
noticeElement.style.zIndex = String(50 + amountOfPreviousNotices);
|
||||||
if (contentContainer().onMobileYouTube) {
|
if (contentContainer().onMobileYouTube) {
|
||||||
noticeElement.style.bottom = "4em";
|
noticeElement.style.bottom = "4em";
|
||||||
noticeElement.style.zoom = "0.8";
|
noticeElement.style.transform = "scale(0.8) translate(10%, 10%)";
|
||||||
}
|
}
|
||||||
|
|
||||||
//add mouse enter and leave listeners
|
//add mouse enter and leave listeners
|
||||||
|
|||||||
Reference in New Issue
Block a user