mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-20 15:26:09 +01:00
This commit is contained in:
parent
17d8c79057
commit
e575ef80e6
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ export const openDocHistory = (options: {
|
|||
</div>`;
|
||||
const dialog = new Dialog({
|
||||
content: contentHTML,
|
||||
width: isMobile() ? "100vw" : "1024px",
|
||||
width: isMobile() ? "100vw" : "90vw",
|
||||
height: isMobile() ? "100vh" : "80vh",
|
||||
destroyCallback() {
|
||||
historyEditor = undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue