add a bottom margin to post embeds

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-18 13:18:06 +02:00
parent f9841bf049
commit d32341e7b9
1 changed files with 8 additions and 8 deletions

View File

@ -823,15 +823,15 @@
{% endif %}
{% if p.embed_url and "http" not in p.embed_url and "<" not in p.embed_url %}
<div id="crosspost-embed">
<div class="row no-gutters">
<div id="frontpage" class="col-12 pt-0">
<div class="posts" id="posts">
{{p.embed_url | post_embed(v) | safe}}
<div id="crosspost-embed" class="mb-3">
<div class="row no-gutters">
<div id="frontpage" class="col-12 pt-0">
<div class="posts" id="posts">
{{p.embed_url | post_embed(v) | safe}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% endif %}
<div class="d-none d-md-flex justify-content-between align-items-center mt-2">
<div class="post-actions mt-2">