Skip to content

Commit

Permalink
🎨 fix #7368
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Feb 15, 2023
1 parent 5a27bc1 commit 5ddbf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/card/openCard.ts
Expand Up @@ -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();
Expand Down

0 comments on commit 5ddbf84

Please sign in to comment.