From fabe9d231675b6745b9bbb0923e4085b1e45891d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 12 Feb 2022 18:25:12 +0200 Subject: [PATCH] xcv --- files/templates/comments.html | 2 +- files/templates/submission.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 2e2e01eab..210e5845b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -304,7 +304,7 @@ } #comment-{{c.id}}-only { animation-name: c{{c.id}}-tilt !important; - animation-duration: {{c.award_count("tilt")*30}}s !important; + animation-duration: 60s !important; animation-iteration-count: infinite !important; animation-direction: alternate !important; animation-timing-function: linear !important; diff --git a/files/templates/submission.html b/files/templates/submission.html index 1dd4ead31..a1c5dd86d 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -260,7 +260,7 @@ } #post-root { animation-name: post-tilt !important; - animation-duration: {{p.award_count("tilt")*30}}s !important; + animation-duration: 60s !important; animation-iteration-count: infinite !important; animation-direction: alternate !important; animation-timing-function: linear !important;