From e575ef80e6b61b30674e8f335bd37544024e1b93 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 4 Jun 2023 10:37:04 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/8448 --- app/src/history/doc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/history/doc.ts b/app/src/history/doc.ts index 3184ef514..bd0295208 100644 --- a/app/src/history/doc.ts +++ b/app/src/history/doc.ts @@ -92,7 +92,7 @@ export const openDocHistory = (options: { `; const dialog = new Dialog({ content: contentHTML, - width: isMobile() ? "100vw" : "1024px", + width: isMobile() ? "100vw" : "90vw", height: isMobile() ? "100vh" : "80vh", destroyCallback() { historyEditor = undefined;