refactor: improve modal ux

This commit is contained in:
Yidadaa
2023-07-04 22:08:41 +08:00
parent cda074fe24
commit f2d748cfe4
3 changed files with 8 additions and 3 deletions

View File

@@ -72,7 +72,9 @@
box-shadow: var(--card-shadow);
background-color: var(--white);
border-radius: 12px;
width: 60vw;
width: 80vw;
max-width: 900px;
min-width: 300px;
animation: slide-in ease 0.3s;
--modal-padding: 20px;
@@ -242,7 +244,6 @@
resize: none;
outline: none;
box-sizing: border-box;
min-height: 30vh;
&:focus {
border: 1px solid var(--primary);