💄
This commit is contained in:
parent
b91e10e43d
commit
faafc9f837
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export const openChangelog = () => {
|
|||
}
|
||||
const dialog = new Dialog({
|
||||
title: `✨ ${window.siyuan.languages.changelog}`,
|
||||
width: isMobile() ? "80vw" : "768px",
|
||||
width: isMobile() ? "90vw" : "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
Reference in a new issue