From 048db829f5d92803e7ca7bc8367bf227692115a4 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 12 Feb 2022 20:09:23 +0200 Subject: [PATCH] bvc --- 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 24e6a932a..e543522be 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: 40s !important; + animation-duration: 30s !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 48058761d..673cff48a 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -260,7 +260,7 @@ } #post-root { animation-name: post-tilt !important; - animation-duration: 40s !important; + animation-duration: 30s !important; animation-iteration-count: infinite !important; animation-direction: alternate !important; animation-timing-function: linear !important;