From e46687671c025c32847b5483a25576a403365977 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Wed, 31 Jan 2024 10:39:31 -0500 Subject: [PATCH] Move style to CSS --- flask_app/static/css/animations.css | 2 ++ flask_app/templates/recent.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flask_app/static/css/animations.css b/flask_app/static/css/animations.css index 36ba37f..b0a1990 100644 --- a/flask_app/static/css/animations.css +++ b/flask_app/static/css/animations.css @@ -59,6 +59,8 @@ } .recent-load-in { + height: 0; + opacity: 0; animation: InitClear var(--delay, 0s) step-end 0s, RecentLoadIn var(--duration, 0.5s) ease-out calc(var(--delay, 0s)), diff --git a/flask_app/templates/recent.html b/flask_app/templates/recent.html index e3bcd07..d6ebfb6 100644 --- a/flask_app/templates/recent.html +++ b/flask_app/templates/recent.html @@ -26,7 +26,7 @@
{% endif %}
-
+
{% if repo.languages.nodes|length == 0 %}