From faafc9f837920e68490517961973d9bcbf847603 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 6 Apr 2023 23:05:34 +0800 Subject: [PATCH] :lipstick: --- app/src/boot/openChangelog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/boot/openChangelog.ts b/app/src/boot/openChangelog.ts index 4ac1d0a74..0a88c4a99 100644 --- a/app/src/boot/openChangelog.ts +++ b/app/src/boot/openChangelog.ts @@ -10,7 +10,7 @@ export const openChangelog = () => { } const dialog = new Dialog({ title: `✨ ${window.siyuan.languages.changelog}`, - width: isMobile() ? "80vw" : "768px", + width: isMobile() ? "90vw" : "768px", content: `
${response.data.html}
` }); highlightRender(dialog.element);