From bf6c0887d6c6e015fd036c1ae927ebfa231abade Mon Sep 17 00:00:00 2001 From: Sudo-JHare Date: Tue, 17 Jun 2025 10:28:58 +1000 Subject: [PATCH] Update fire-animation.css --- static/css/fire-animation.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/fire-animation.css b/static/css/fire-animation.css index 21e5aaf..dcc95ce 100644 --- a/static/css/fire-animation.css +++ b/static/css/fire-animation.css @@ -8,7 +8,7 @@ justify-content: center; position: relative; height: 130px; /* Overall height of the animation area */ - overflow: hidden; /* Hide parts extending beyond the container */ + /* overflow: hidden; */ /* Hide parts extending beyond the container */ background-color: #270537; /* Optional: Add a background */ border-radius: 4px; border: 1px solid #444; @@ -220,4 +220,4 @@ 70% { transform: scaleY(1) translateY(-3px); opacity: 1; } /* 10/4 -> 2.5 -> 3 */ 75% { transform: scaleY(1) translateY(-3px); opacity: 0; } 100% { transform: scaleY(0) translateY(0); opacity: 0; } -} \ No newline at end of file +}