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;