From bc8bad8fac09e63ad388c0f4752fdf1b7535fe37 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 29 Dec 2022 15:34:49 +0800 Subject: [PATCH] :iphone: https://github.com/siyuan-note/siyuan/issues/6928 --- app/src/card/openCard.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/card/openCard.ts b/app/src/card/openCard.ts index 54ad6f1a2..3185dd546 100644 --- a/app/src/card/openCard.ts +++ b/app/src/card/openCard.ts @@ -48,24 +48,24 @@ export const openCard = () => { ${blocks[index].nextDues[0]} - +
${blocks[index].nextDues[1]}
- +
${blocks[index].nextDues[2]}
- +
${blocks[index].nextDues[3]}
`, - width: isMobile() ? "80vw" : "50vw", + width: isMobile() ? "96vw" : "50vw", height: "70vh", }); dialog.element.querySelector("input").focus();