mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-30 15:16:38 +08:00
fix: move llm selector animation to upper class
This commit is contained in:
parent
055ac64d89
commit
8cfa534053
@ -81,7 +81,7 @@
|
||||
border-radius: 0 0 10px 10px;
|
||||
box-shadow: var(--card-shadow);
|
||||
margin-bottom: 20px;
|
||||
animation: slide-in ease 0.3s;
|
||||
|
||||
background: var(--white);
|
||||
}
|
||||
|
||||
@ -341,6 +341,7 @@
|
||||
}
|
||||
|
||||
&-content {
|
||||
animation: slide-in ease 0.3s;
|
||||
min-width: 300px;
|
||||
.list {
|
||||
max-height: 50vh;
|
||||
|
Loading…
Reference in New Issue
Block a user