duwiuishsuehgdz

master
fireworks88 2021-08-23 13:08:37 +02:00
parent a0a14eac79
commit 36f76dd64f
2 changed files with 6 additions and 6 deletions

View File

@ -18,9 +18,9 @@
{% if c.award_count("gold") and not c.is_banned and not c.is_deleted %} {% if c.award_count("gold") and not c.is_banned and not c.is_deleted %}
<script> <script>
document.getElementById("comment-{{c.id}}-only").sparkle({ document.getElementById("comment-{{c.id}}-only").sparkle({
count: 20, count: 10,
minAge: 150, minAge: 500,
maxAge: 300, maxAge: 1000,
starsource: ` starsource: `
<svg <svg
width="100%" width="100%"

View File

@ -195,9 +195,9 @@
{% if p.award_count("gold") %} {% if p.award_count("gold") %}
<script> <script>
document.getElementById("post-root").sparkle({ document.getElementById("post-root").sparkle({
count: 20, count: 15,
minAge: 150, minAge: 500,
maxAge: 300, maxAge: 1000,
starsource: ` starsource: `
<svg <svg
width="100%" width="100%"