👀 f0ck95/f0ck95d fixes 👀

This commit is contained in:
2022-05-17 02:22:45 +02:00
parent 80c7d2f3d7
commit be64a42d68
3 changed files with 74 additions and 21 deletions

View File

@ -58,7 +58,7 @@
: f0ckimagescroll.setAttribute("style", "overflow-y: scroll");
f0ckimage.hasAttribute("style")
? f0ckimage.removeAttribute("style")
: f0ckimage.setAttribute("style", "max-height: none; height: auto; width: 100%; position: absolute; left: 0;");
: f0ckimage.setAttribute("style", "max-height: none; height: auto; width: 100%; position: absolute; left: 0; padding: 0px 2px 0px 2px;");
});
}
// </image-responsive>