tweak post-preview padding

master
Aevann1 2022-07-11 22:41:51 +02:00
parent fe4a37ceab
commit e82dbd69ef
2 changed files with 2 additions and 2 deletions

View File

@ -347,7 +347,7 @@
{% if (not p.club or v and (v.paid_dues or v.id == p.author_id)) and not v_forbid_deleted %}
{% if p.realbody(v, True) %}
<div class="d-none card rounded border pt-3 pb-2 my-2 {% if p.author.agendaposter %}agendaposter{% endif %}" id="post-text-{{p.id}}">
<div class="d-none card rounded border {% if p.author.agendaposter %}agendaposter{% endif %} post-preview" id="post-text-{{p.id}}">
{{p.realbody(v, True) | safe}}
</div>
{% endif %}

View File

@ -1,6 +1,6 @@
{%-
set CACHE_VER = {
'css/main.css': 389,
'css/main.css': 390,
'css/4chan.css': 61,
'css/classic.css': 61,