forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-13 09:23:07 +02:00
parent 98fa6bcaa3
commit ee1931f224
2 changed files with 4 additions and 4 deletions

View File

@ -269,9 +269,9 @@
} }
@media (max-width: 720px) { @media (max-width: 720px) {
@keyframes c{{c.id}}-tilt { @keyframes c{{c.id}}-tilt {
from {transform: rotate(0deg);} from {transform: rotate(0.5deg);}
to {transform: rotate(1deg);} to {transform: rotate({{c.award_count("tilt")/4}}deg);}
} }
} }
.comment-{{c.id}}-only { .comment-{{c.id}}-only {
animation-name: c{{c.id}}-tilt !important; animation-name: c{{c.id}}-tilt !important;

View File

@ -465,7 +465,7 @@
@media (max-width: 720px) { @media (max-width: 720px) {
@keyframes post-tilt { @keyframes post-tilt {
from {transform: rotate(0deg);} from {transform: rotate(0deg);}
to {transform: rotate(1deg);} to {transform: rotate({{p.award_count("tilt")/4}}deg);}
} }
} }
#post-root { #post-root {