From 8cfa534053904ced6342613c5d1388d24fcd4ea5 Mon Sep 17 00:00:00 2001 From: chenyu <63953834+chenyu-01@users.noreply.github.com> Date: Sun, 29 Dec 2024 10:56:16 +0800 Subject: [PATCH] fix: move llm selector animation to upper class --- app/components/ui-lib.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/ui-lib.module.scss b/app/components/ui-lib.module.scss index f71ce0034..e2abfc9d9 100644 --- a/app/components/ui-lib.module.scss +++ b/app/components/ui-lib.module.scss @@ -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;