From ec38fe0b00c842ce02b92244a745f324406641de Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 6 Apr 2023 22:35:10 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/7902 --- 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 6f8c03913..f3e4c6e4b 100644 --- a/app/src/boot/openChangelog.ts +++ b/app/src/boot/openChangelog.ts @@ -11,7 +11,7 @@ export const openChangelog = () => { } const dialog = new Dialog({ title: `v${Constants.SIYUAN_VERSION} ${window.siyuan.languages.update}`, - width: isMobile() ? "80vw" : "520px", + width: isMobile() ? "80vw" : "768px", content: `
${response.data.html}
` }); highlightRender(dialog.element);