commit
f8b7b9fcd7
1 changed files with 2 additions and 2 deletions
|
@ -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-body {
|
||||
z-index: 50;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
document.querySelector("#thread").sparkle({
|
||||
document.querySelector("#post-body").sparkle({
|
||||
count: {{ sparkles }},
|
||||
minAge: 500,
|
||||
maxAge: 1000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue