iijdejerf

This commit is contained in:
fireworks88 2021-08-23 14:35:21 +02:00
parent bca805a6af
commit 067b5babbc

View file

@ -195,12 +195,12 @@
{% if p.award_count("gold") %}
{% set sparkles = 10*p.award_count("gold") if p.award_count("gold") <= 5 else 50 %}
<style>
#post-root {
#post-body {
z-index: 50;
}
</style>
<script>
document.querySelector("#post-root").sparkle({
document.querySelector("#post-body").sparkle({
count: {{ sparkles }},
minAge: 500,
maxAge: 1000,