master
Aevann1 2022-02-12 17:50:21 +02:00
parent 6797dc78ed
commit 20f065fd5c
2 changed files with 4 additions and 4 deletions

View File

@ -299,8 +299,8 @@
{% if c.award_count("tilt") %}
<style>
@keyframes c{{c.id}}-tilt {
from {transform: rotate(1deg);}
to {transform: rotate({{c.award_count("tilt")+1}}deg);}
from {transform: rotate(0.5deg);}
to {transform: rotate({{c.award_count("tilt")}}deg);}
}
#comment-{{c.id}}-only {
animation-name: c{{c.id}}-tilt !important;

View File

@ -255,8 +255,8 @@
{% if p.award_count("tilt") %}
<style>
@keyframes post-tilt {
from {transform: rotate(1deg);}
to {transform: rotate({{p.award_count("tilt")+1}}deg);}
from {transform: rotate(0.5deg);}
to {transform: rotate({{p.award_count("tilt")}}deg);}
}
#post-root {
animation-name: post-tilt !important;