mirror of
https://github.com/open-webui/open-webui
synced 2025-05-17 12:03:41 +00:00
fix: transform css param
This commit is contained in:
parent
42925025b7
commit
c42507e0c7
@ -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 New Issue
Block a user