forked from rDrama/rDrama
1
0
Fork 0

@seenten retard

master
fireworks88 2021-08-24 11:30:43 +02:00
parent b9bb985bcf
commit badbf37361
1 changed files with 3 additions and 3 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>
#post-body {
#post-content {
z-index: 50;
}
</style>
<script>
document.querySelector("#post-body").sparkle({
document.querySelector("#post-content").sparkle({
count: {{ sparkles }},
minAge: 500,
maxAge: 1000,
@ -238,7 +238,7 @@
</div>
{% endif %}
<div class="{% if p.deleted_utc > 0 %}deleted {% endif %}card-block w-100 my-md-auto">
<div id="post-content" class="{% if p.deleted_utc > 0 %}deleted {% endif %}card-block w-100 my-md-auto">
<div class="post-meta text-left mb-2">
{% if p.bannedfor %}