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 %}