remotes/1693045480750635534/spooky-22
kek7198 2021-12-11 15:20:57 -06:00
parent 1cffaef878
commit 1e86471d2a
1 changed files with 5 additions and 6 deletions

View File

@ -86,7 +86,7 @@
<div class="w-full">
<div class="no-scrollbar overflow-y-hidden overflow-x-auto flex items-center space-x-2 md:-ml-2 mb-1 text-sm text-gray-500 leading-normal {% if p.award_count('ghosts') %}ghosts{% endif %}">
<div class="relative z-10 no-scrollbar overflow-y-hidden overflow-x-auto flex items-center space-x-2 md:-ml-2 mb-1 text-sm text-gray-500 leading-normal {% if p.award_count('ghosts') %}ghosts{% endif %}">
<div class="relative md:hidden flex-shrink-0 {{ 'santa' if p.author.patron else 'cap' }}">
<img loading="lazy" src="{{ p.author.profile_url }}" class="flex-shrink-0 w-9 h-9 p-[3px] bg-white border border-gray-300 object-cover" alt="{{ p.author.username }} avatar"/>
@ -165,7 +165,7 @@
{% endif %}
</div>
<ul class="flex flex-wrap gap-2 items-center mb-1">
<ul class="relative z-10 flex flex-wrap gap-2 items-center mb-1">
<!-- Flair -->
{% if p.flair %}
<li>
@ -224,8 +224,7 @@
</ul>
<h5 class="post-title font-bold font-heading text-lg md:text-xl leading-normal mb-2">
<a {% if v and v.newtab %}target="_blank"{% endif %} {% if v %}href="{{p.permalink}}"{% else %}href="/logged_out{{p.permalink}}"
{% endif %} class="text-black hover:text-primary visited:text-gray-700">
<a {% if v and v.newtab %}target="_blank"{% endif %} href="{{p.permalink}}" class="stretched-link text-black hover:text-primary visited:text-gray-700">
{{p.realtitle(v) | safe}}
</a>
</h5>
@ -236,12 +235,12 @@
</div>
{% endif %}
<div class="hidden md:block pt-3">
<div class="relative z-10 hidden md:block pt-3">
{% include "/submission/SubmissionActions.html" %}
</div>
</div>
<div class="flex flex-row flex-nowrap pl-3 md:pl-5 flex-shrink-0">
<div class="relative z-10 flex flex-row flex-nowrap pl-3 md:pl-5 flex-shrink-0">
<div style="z-index: 3;">
{% if p.club and not (v and v.paid_dues) %}
<img loading="lazy" src="/assets/images/emojis/marseyglow.webp" class="post-thumbnail shadow-sm p-[3px] w-24 h-16 md:w-32 md:h-20 object-cover object-cover bg-white border border-gray-300 flex-shrink-0">