Disable tilts on distinguished posts.

master
Snakes 2022-05-19 22:27:51 -04:00
parent 97bfdc5d3e
commit 16e3d3b3e9
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@
{% if p.award_count("tilt") %}
{% if p.award_count("tilt") and not p.distinguish_level %}
<style>
@keyframes post-tilt {
0% {transform: rotate(0deg);}