master
kek7198 2021-12-20 12:25:56 -06:00
parent 18bb676e23
commit 8d7d205a18
2 changed files with 5 additions and 2 deletions

View File

@ -308,6 +308,9 @@
.badge-primary {
@apply bg-primary text-white;
}
.patron {
px-1 py-0.5 text-sm text-shadow-light font-bold leading-normal rounded
}
/* ---------------------- TOOLTIPS ---------------------- */
.tooltip-inner {

View File

@ -238,12 +238,12 @@
</h5>
{% if p.realbody(v) and not p.over_18 %}
<div class="relative z-10 gradient-mask max-h-12 mb-2 overflow-hidden pointer-events-none text-gray-600 break-words" style="word-break: break-word;" id="post-text-{{p.id}}">
<div class="relative z-10 gradient-mask max-h-12 overflow-hidden pointer-events-none text-gray-600 break-words" style="word-break: break-word;" id="post-text-{{p.id}}">
{{p.realbody(v) | safe}}
</div>
{% endif %}
<div class="relative z-20 hidden md:block pt-3">
<div class="relative z-20 hidden md:block pt-2">
{% include "CHRISTMAS/submission/SubmissionActions.html" %}
</div>
</div>