lowered the padding a bit

This commit is contained in:
Miodec 2022-01-04 23:28:47 +01:00
parent 17f4d14896
commit 20fb0a3a6c

View file

@ -251,8 +251,8 @@ export async function screenshot() {
$("#commandLineMobileButton").addClass("hidden");
$(".pageTest .loginTip").addClass("hidden");
try {
let paddingX = 75;
let paddingY = 50;
let paddingX = 50;
let paddingY = 25;
html2canvas(document.body, {
backgroundColor: await ThemeColors.get("bg"),
width: sourceWidth + paddingX * 2,