feat: improve mask ui

This commit is contained in:
Yidadaa
2023-05-02 03:10:13 +08:00
parent 132f6c8420
commit 717c123b82
4 changed files with 17 additions and 28 deletions

View File

@@ -1,16 +1,4 @@
@import "../styles/animation.scss";
@keyframes search-in {
from {
opacity: 0;
transform: translateY(5vh) scaleX(0.5);
}
to {
opacity: 1;
transform: translateY(0) scaleX(1);
}
}
.mask-page {
height: 100%;
display: flex;
@@ -24,7 +12,7 @@
width: 100%;
max-width: 100%;
margin-bottom: 20px;
animation: search-in ease 0.3s;
animation: slide-in ease 0.3s;
height: 40px;
display: flex;
@@ -33,7 +21,6 @@
flex-grow: 1;
max-width: 100%;
min-width: 0;
animation: search-in ease 0.3s;
}
.mask-filter-lang {