Fixed mobile notice zoom on Firefox

This commit is contained in:
Ajay Ramachandran
2020-02-23 16:14:18 -05:00
parent 07f64382fb
commit 5551344355

View File

@@ -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