From 181a31319f246044e96b1bff8950c32c3b6cc17b Mon Sep 17 00:00:00 2001 From: Goutte Date: Mon, 9 Oct 2017 16:32:22 +0200 Subject: [PATCH] Delay the no-javascript message a little more, it shows up too soon as our initial page load is long. --- web/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/css/main.css b/web/static/css/main.css index 8d551fc..de94c8f 100755 --- a/web/static/css/main.css +++ b/web/static/css/main.css @@ -259,7 +259,7 @@ ul li { opacity: 0; animation: 1.618s fadeIn; - animation-delay: 1.618s; + animation-delay: 4s; animation-fill-mode: forwards; pointer-events: none; -- libgit2 0.21.2