remotes/1693045480750635534/spooky-22
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) {
@keyframes c{{c.id}}-tilt {
from {transform: rotate(0deg);}
to {transform: rotate(1deg);}
}
from {transform: rotate(0.5deg);}
to {transform: rotate({{c.award_count("tilt")/4}}deg);}
}
}
.comment-{{c.id}}-only {
animation-name: c{{c.id}}-tilt !important;

View File

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