forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-09 09:18:06 -06:00
parent c0e474bffc
commit 40ac159568
1 changed files with 2 additions and 2 deletions

View File

@ -426,9 +426,9 @@
{% elif not p.embed_url and not p.is_image and not (p.url and p.url.lower().endswith('.mp4')) %}
<a rel="nofollow noopener noreferrer" href="{{p.realurl(v)}}" {% if not v or v.newtabexternal %}target="_blank"{% endif %}>
<div class="d-flex md:hidden justify-content-between align-items-center border rounded p-2{% if p.realbody(v) %} mb-3{% endif %}">
<div class="flex md:hidden justify-between items-center border border-gray-300 bg-gray-400 rounded-sm p-2{% if p.realbody(v) %} mb-3{% endif %}">
<span>{{p.domain|truncate(30, True)}}</span>
<i class="fas fa-external-link-alt text-small"></i>
<i class="fas fa-external-link-alt fa-sm fa-fw"></i>
</div>
</a>
{% endif %}