Vanessa 2023-04-06 22:35:10 +08:00
parent 359ebac18b
commit ec38fe0b00

View file

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