hopefully last one for tonigh 👀

This commit is contained in:
2022-05-17 02:55:22 +02:00
parent bb6f4dc2b8
commit 50b983536c
2 changed files with 23 additions and 26 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; padding: 0px 2px 0px 2px;");
: f0ckimage.setAttribute("style", "max-height: none; height: auto; width: 100%; position: absolute; left: 0; padding: 5px;");
});
}
// </image-responsive>