fixup: ux improve

This commit is contained in:
Yifei Zhang
2023-04-02 18:28:07 +00:00
parent e8dd391ccf
commit 2647bdb4ed
7 changed files with 69 additions and 42 deletions

View File

@@ -1,3 +1,5 @@
@import "../styles/animation.scss";
.prompt-toast {
position: absolute;
bottom: -50px;
@@ -19,6 +21,8 @@
padding: 10px 20px;
border-radius: 100px;
animation: slide-in-from-top ease 0.3s;
.prompt-toast-content {
margin-left: 10px;
}