From f2682ed21a9dc51cb83bce88eca8e4fac8bc6545 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 22 Nov 2024 12:53:58 -0500 Subject: [PATCH] Speed trailer modal open action up --- ui/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/main.css b/ui/css/main.css index e50f02b..c596c5b 100644 --- a/ui/css/main.css +++ b/ui/css/main.css @@ -221,7 +221,7 @@ body { border: 1px solid #1e033b; background-color: rgba(30, 3, 59, 0.5); box-shadow: 0 5px 8px 0 rgba(30, 3, 59, 0.2), 0 7px 20px 0 rgba(30, 3, 59, 0.2); - animation: modalopen 2s; + animation: modalopen 0.5s; } .modal-content .modal-header { text-transform: uppercase;