mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-10 17:24:21 +01:00
This commit is contained in:
parent
d697660c41
commit
d1835146ca
25 changed files with 59 additions and 60 deletions
|
|
@ -10,7 +10,7 @@ export const openChangelog = () => {
|
|||
}
|
||||
const dialog = new Dialog({
|
||||
title: `✨ ${window.siyuan.languages.whatsNewInSiYuan}`,
|
||||
width: isMobile() ? "90vw" : "768px",
|
||||
width: isMobile() ? "92vw" : "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