remotes/1693045480750635534/spooky-22
fireworks88 2021-08-23 14:33:46 +02:00
parent c7968d1d87
commit feb3f8340c
1 changed files with 2 additions and 2 deletions

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>
#thread {
#post-root {
z-index: 50;
}
</style>
<script>
document.querySelector("#thread").sparkle({
document.querySelector("#post-root").sparkle({
count: {{ sparkles }},
minAge: 500,
maxAge: 1000,