forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-02 16:17:58 -06:00
parent 3c7f640058
commit 2791415bad
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<ul class="inline-flex flex-wrap items-center space-x-3 gap-2 {{ 'text-xs' if v and v.compact else 'text-sm' }} text-gray-500 mb-0">
<ul class="inline-flex flex-wrap items-center space-x-3 gap-2 text-sm text-gray-500 mb-0">
{% if p.realbody(v) and '/post/' not in request.full_path and not p.over_18 %}
<li>

View File

@ -88,7 +88,7 @@
<div class="w-full overflow-x-hidden md:overflow-x-visible">
<div class="relative z-10 no-scrollbar overflow-y-hidden overflow-x-auto inline-flex items-center space-x-2 text-xs text-gray-500 leading-normal mb-1 {% if p.award_count('ghosts') %}ghosts{% endif %}">
<div class="relative z-10 no-scrollbar overflow-y-hidden overflow-x-auto inline-flex items-center space-x-2 text-sm text-gray-500 leading-normal mb-1 {% if p.award_count('ghosts') %}ghosts{% endif %}">
<div class="relative flex-shrink-0">
<img loading="lazy" src="{{ p.author.profile_url }}" class="flex-shrink-0 w-5 h-5 bg-white dark:bg-gray-900 border border-gray-300 dark:border-gray-700 object-cover" alt="{{ p.author.username }} avatar"/>