fix: move llm selector animation to upper class

This commit is contained in:
chenyu 2024-12-29 10:56:16 +08:00
parent 055ac64d89
commit 8cfa534053

View File

@ -81,7 +81,7 @@
border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
box-shadow: var(--card-shadow); box-shadow: var(--card-shadow);
margin-bottom: 20px; margin-bottom: 20px;
animation: slide-in ease 0.3s;
background: var(--white); background: var(--white);
} }
@ -341,6 +341,7 @@
} }
&-content { &-content {
animation: slide-in ease 0.3s;
min-width: 300px; min-width: 300px;
.list { .list {
max-height: 50vh; max-height: 50vh;