diff --git a/files/assets/css/awards.css b/files/assets/css/awards.css index 29ce225c6..49dbf9a05 100644 --- a/files/assets/css/awards.css +++ b/files/assets/css/awards.css @@ -114,11 +114,11 @@ transform: translateX(-10vw); } -.emoji-hz-award img[src="/e/marseywalking.webp"] { +.emoji-hz-award img.reversed { transform: scaleX(-1); } -.emoji-hz-award:nth-child(odd) img[src="/e/marseywalking.webp"] { +.emoji-hz-award:nth-child(odd) img.reversed { transform: scaleX(1); } diff --git a/files/templates/awards.html b/files/templates/awards.html index ce0b876d3..09cb1478f 100644 --- a/files/templates/awards.html +++ b/files/templates/awards.html @@ -17,7 +17,7 @@ {% set alt = 'emoji-award-' + emoji %} {% set delay = 'animation-delay-' ~ ((loop.index-1)/4)|int %}
- {{alt}} + {{alt}}
{% endfor %}