From 5280a1ca64ce5676487cb11f4e031a34c2126597 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 13 Mar 2022 09:16:10 +0200 Subject: [PATCH] fsd --- 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 f1fc774040..f662b0f88b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -269,7 +269,7 @@ } .comment-{{c.id}}-only { animation-name: c{{c.id}}-tilt !important; - animation-duration: 7s !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 b4ec2782e8..d8f973f223 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -464,7 +464,7 @@ } #post-root { animation-name: post-tilt !important; - animation-duration: 7s !important; + animation-duration: 60s !important; animation-iteration-count: infinite !important; animation-direction: alternate !important; animation-timing-function: linear !important;