master
kek7198 2021-12-01 21:11:35 -06:00
parent 9eddb98f2f
commit 9bf3d53647
1 changed files with 3 additions and 3 deletions

View File

@ -76,9 +76,9 @@
{% endif %} {% endif %}
</div> </div>
<div class="overflow-x-auto w-100"> <div class="w-full">
<div class="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="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 {{ 'santa' if p.author.patron else 'cap' }}"> <div class="relative md:hidden {{ 'santa' if p.author.patron else 'cap' }}">
<img loading="lazy" src="{{ p.author.profile_url }}" class="w-9 h-9 p-[3px] bg-white border border-gray-300 object-cover" alt="{{ p.author.username }} avatar"/> <img loading="lazy" src="{{ p.author.profile_url }}" class="w-9 h-9 p-[3px] bg-white border border-gray-300 object-cover" alt="{{ p.author.username }} avatar"/>
@ -397,7 +397,7 @@
{% for p in listing %} {% for p in listing %}
<div style="display:none" id="popover-{{p.id}}"> <div style="display:none" id="popover-{{p.id}}">
<div class="popover-user-profile" role="tooltip"> <div class="popover-user-profile" role="tooltip">
<img class="w-100 h-64 object-cover" src="{{p.author.banner_url}}"> <img class="w-full h-64 object-cover" src="{{p.author.banner_url}}">
<div class="flex align-items-end px-3 mt-n6 mb-3"> <div class="flex align-items-end px-3 mt-n6 mb-3">
<img class="avatar-72 rounded img-thumbnail shadow-sm" src="{{p.author.profile_url}}"> <img class="avatar-72 rounded img-thumbnail shadow-sm" src="{{p.author.profile_url}}">
<div class="px-3 text-truncate"> <div class="px-3 text-truncate">