From 6981304b4ec04dbb3ea77f5e43370b9d7657eb28 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Sun, 21 Jan 2024 20:43:20 +0100 Subject: [PATCH] fixes --- static/root/index.html | 6 ++++-- static/root/static/theme.css | 9 +++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/static/root/index.html b/static/root/index.html index beff84f..b063451 100644 --- a/static/root/index.html +++ b/static/root/index.html @@ -16,6 +16,7 @@ } .ferrisuwu { + display: none; z-index: 1; position: absolute; right: -100px; @@ -23,6 +24,7 @@ } .ferrisuwu-animate { + display: block; animation-iteration-count: 1; animation-name: ferrisuwu-enter; animation-duration: 3s; @@ -41,7 +43,7 @@ } -
+