remotes/1693045480750635534/spooky-22
kek7198 2021-11-30 20:25:30 -06:00
parent 98bee9b591
commit f086b0084f
2 changed files with 3 additions and 3 deletions

View File

@ -207,7 +207,7 @@
<link rel="stylesheet" href="/assets/css/default.css?v=1029">
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=10">
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=11">
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>

View File

@ -37,7 +37,7 @@
<div class="flex md:flex-row flex-nowrap">
<div class="flex flex-col flex-shrink-0 items-center mr-4">
<div class="relative avatar">
<div class="relative {{ 'santa' if p.author.patron else 'cap' }}">
<img loading="lazy" src="{{ p.author.profile_url }}" class="hidden md:block flex-shrink-0 w-14 h-14 p-[3px] bg-white border border-gray-300 object-cover" alt="{{ p.author.username }} avatar"/>
</div>
@ -80,7 +80,7 @@
<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="relative avatar md:hidden">
<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"/>
</div>