fix reveal spoiler in feed

This commit is contained in:
Your Name 2023-02-14 16:00:10 -05:00 committed by Henri Dickson
parent 28c4b02207
commit d1670658be
2 changed files with 2 additions and 3 deletions

View file

@ -3,8 +3,7 @@
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 60px 20px;
padding-bottom: 60px;
padding: 60px 40px;
background-color: var(--bright);
text-align: center;
min-width: 400px;

View file

@ -37,7 +37,7 @@
</h5>
</div> -->
<ul class="entity-list__entities">
<div hx-get="{% url 'social:data' %}" hx-trigger="revealed" hx-swap="outerHTML">
<div hx-get="{% url 'social:data' %}" hx-trigger="revealed delay:0.01s" hx-swap="outerHTML">
<i class="fas fa-fan fa-spin"></i>
</div>
</ul>