Shrunk notice on mobile

This commit is contained in:
Ajay Ramachandran
2020-02-18 19:29:20 -05:00
parent 1869382166
commit 1b25ea7f95

View File

@@ -57,7 +57,8 @@ class SkipNotice {
noticeElement.classList.add("sponsorSkipNotice");
noticeElement.style.zIndex = String(50 + amountOfPreviousNotices);
if (contentContainer().onMobileYouTube) {
noticeElement.style.bottom = "3em";
noticeElement.style.bottom = "4em";
noticeElement.style.zoom = "0.8";
}
//add mouse enter and leave listeners