mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
d697660c41
commit
d1835146ca
25 changed files with 59 additions and 60 deletions
|
|
@ -47,7 +47,7 @@ export const openWechatNotify = (nodeElement: Element) => {
|
|||
reminderFormat = dayjs(reminder).format("YYYY-MM-DDTHH:mm");
|
||||
}
|
||||
const dialog = new Dialog({
|
||||
width: isMobile() ? "80vw" : "50vw",
|
||||
width: isMobile() ? "92vw" : "50vw",
|
||||
title: window.siyuan.languages.wechatReminder,
|
||||
content: `<div class="b3-dialog__content custom-attr">
|
||||
<div class="fn__flex">
|
||||
|
|
@ -112,7 +112,7 @@ export const openFileWechatNotify = (protyle: IProtyle) => {
|
|||
reminderFormat = dayjs(reminder).format("YYYY-MM-DDTHH:mm");
|
||||
}
|
||||
const dialog = new Dialog({
|
||||
width: isMobile() ? "80vw" : "50vw",
|
||||
width: isMobile() ? "92vw" : "50vw",
|
||||
title: window.siyuan.languages.wechatReminder,
|
||||
content: `<div class="b3-dialog__content custom-attr">
|
||||
<div class="fn__flex">
|
||||
|
|
@ -183,7 +183,7 @@ const genAttr = (attrs: IObject, focusName = "bookmark", cb: (dialog: Dialog, rm
|
|||
}
|
||||
});
|
||||
const dialog = new Dialog({
|
||||
width: isMobile() ? "94vw" : "50vw",
|
||||
width: isMobile() ? "92vw" : "50vw",
|
||||
title: window.siyuan.languages.attr,
|
||||
content: `<div class="custom-attr" style="max-height: calc(100vh - 166px);overflow: auto;">
|
||||
<label class="b3-label b3-label--noborder">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue