master
kek7198 2021-12-28 21:42:45 -06:00
parent 1d9c93b38d
commit d959d5549f
2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@
<script src="/assets/CHRISTMAS/js/pusher.js?a=1"></script>
{% endif %}
<script src="/assets/CHRISTMAS/js/submission_listing.js?a=3"></script>
<script src="/assets/CHRISTMAS/js/submission_listing.js?a=4"></script>
{% if v and not v.fp %}
<script>

View File

@ -248,7 +248,7 @@
</h5>
{% if p.realbody(v) and not p.over_18 %}
<div class="{% if p.author.agendaposter %}agendaposter{% endif %} post-text relative z-10 gradient-mask max-h-10 overflow-hidden pointer-events-none text-gray-500 break-words" style="word-break: break-word;" id="post-text-{{p.id}}">
<div class="{% if p.author.agendaposter %}agendaposter{% endif %} post-text relative z-10 gradient-mask max-h-0 sm:max-h-10 overflow-hidden pointer-events-none text-gray-500 break-words" style="word-break: break-word;" id="post-text-{{p.id}}">
{{p.realbody(v) | safe}}
</div>
{% endif %}
@ -388,7 +388,7 @@
{% include "CHRISTMAS/expanded_image_modal.html" %}
<script defer src="/assets/CHRISTMAS/js/new_comments_count.js?a=1"></script>
<script defer src="/assets/CHRISTMAS/js/submission_listing.js?a=3"></script>
<script defer src="/assets/CHRISTMAS/js/submission_listing.js?a=4"></script>
<style>
.mod:before {