feat: user prompts

This commit is contained in:
Yidadaa
2023-04-18 01:34:12 +08:00
parent fdc8278b90
commit 789a779775
14 changed files with 269 additions and 37 deletions

View File

@@ -53,7 +53,7 @@
box-shadow: var(--card-shadow);
background-color: var(--white);
border-radius: 12px;
width: 50vw;
width: 60vw;
animation: slide-in ease 0.3s;
--modal-padding: 20px;