forked from open-webui/open-webui
fix: transform css param
This commit is contained in:
parent
42925025b7
commit
c42507e0c7
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
@keyframes scaleUp {
|
@keyframes scaleUp {
|
||||||
from {
|
from {
|
||||||
transform: scale(0.9);
|
transform: scale(0.985);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
|
|
Loading…
Reference in a new issue