improve: modal animation on webui by slow it down

This commit is contained in:
RainyXeon
2024-07-05 22:48:19 +07:00
committed by ThePedroo
parent 1bdaeaf0ac
commit 610683dfa2

View File

@@ -49,7 +49,7 @@ a {
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
transition: top 0.25s ease-in-out; transition: top 0.35s ease-in-out;
} }
.loader { .loader {