This commit is contained in:
Vanessa 2023-02-15 09:59:12 +08:00
parent 5a27bc1960
commit 5ddbf8446d

View file

@ -71,7 +71,7 @@ export const openCard = () => {
</div>
</div>
</div>`,
width: isMobile() ? "96vw" : "768px",
width: isMobile() ? "96vw" : "80vw",
height: "70vh",
});
dialog.element.querySelector("input").focus();