mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 19:47:04 +03:00
Shrunk notice on mobile
This commit is contained in:
@@ -57,7 +57,8 @@ class SkipNotice {
|
|||||||
noticeElement.classList.add("sponsorSkipNotice");
|
noticeElement.classList.add("sponsorSkipNotice");
|
||||||
noticeElement.style.zIndex = String(50 + amountOfPreviousNotices);
|
noticeElement.style.zIndex = String(50 + amountOfPreviousNotices);
|
||||||
if (contentContainer().onMobileYouTube) {
|
if (contentContainer().onMobileYouTube) {
|
||||||
noticeElement.style.bottom = "3em";
|
noticeElement.style.bottom = "4em";
|
||||||
|
noticeElement.style.zoom = "0.8";
|
||||||
}
|
}
|
||||||
|
|
||||||
//add mouse enter and leave listeners
|
//add mouse enter and leave listeners
|
||||||
|
|||||||
Reference in New Issue
Block a user