mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
This commit is contained in:
parent
359ebac18b
commit
ec38fe0b00
1 changed files with 1 additions and 1 deletions
|
|
@ -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: `<div style="overflow:auto;height: ${isMobile() ? "80" : "70"}vh;" class="b3-dialog__content b3-typography b3-typography--default">${response.data.html}</div>`
|
||||
});
|
||||
highlightRender(dialog.element);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue