aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 681f779..c352084 100644
--- a/index.html
+++ b/index.html
@@ -292,7 +292,7 @@
themeValue = themeSelect.value;
}
- image.src = `https://mayu.due.moe/get/@${inputValue}?theme=${themeValue}`;
+ image.src = `https://mayu.due.moe/get/@${inputValue}?theme=${themeValue}&padding=6`;
setCopyCodes();
};