aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-01 11:42:58 +0000
committerFuwn <[email protected]>2024-07-01 11:42:58 +0000
commit4c3f0bc80e65d64e631ee8257b24b34db3d954d3 (patch)
tree5761460f39645d5d4916f0d6cdc103daa6d8603b /index.html
parentfeat(svg): pad to 5 by default (diff)
downloadmayu-0.1.12.tar.xz
mayu-0.1.12.zip
feat(request): padding query parameterv0.1.12
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();
};