This commit is contained in:
Vanessa 2023-04-06 23:05:34 +08:00
parent b91e10e43d
commit faafc9f837

View file

@ -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);