From f4b0cfc7c8b158cd59e877ee8e38507998357d98 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 21 Oct 2021 02:39:58 +0200 Subject: [PATCH] sdf --- files/templates/submission.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index af134aac5..68f2972d5 100755 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -40,20 +40,23 @@ z-index: 10; animation: train 5s linear infinite !important; } + .trainrev { + animation: trainrev 3s linear infinite !important; + } } @media (max-width: 768px) { .train { position: fixed; width: 50px; - z-index: 1; - animation: train 5s linear infinite !important; + z-index: -1; + animation: train 3s linear infinite !important; + } + .trainrev { + animation: trainrev 3s linear infinite !important; } } - .trainrev { - animation: trainrev 5s linear infinite !important; - } @@ -448,7 +451,7 @@ {% endif %} {% endif %} -
+
{% if p.is_image %}