remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 09:43:47 -06:00
parent 986d464479
commit 179af8cfba
1 changed files with 2 additions and 2 deletions

View File

@ -593,9 +593,9 @@
{% if not v and not p.is_banned %}
<div class="comment-write flex mb-3 px-2.5 md:px-0">
<div class="hidden md:block relative flex-shrink-0 mr-4 {{ 'santa' if p.author.patron else 'cap' }}">
<div class="hidden md:block relative flex-shrink-0 mr-4">
<div class="flex items-center justify-center w-14 h-14 p-[3px] bg-gray-400 border border-dashed border-gray-300 object-cover">
<i class="fas fa-user fa-fw fa-sm text-gray-300"></i>
<i class="fas fa-user fa-fw text-gray-300"></i>
</div>
</div>
<textarea maxlength="10000" class="comment-box rounded border border-gray-700 border-opacity-40 bg-gray-700 bg-opacity-20 focus:bg-opacity-100 focus:bg-white hover:bg-opacity-30 shadow-inner w-full p-2" name="body" aria-label="With textarea" placeholder="Add your comment..." rows="3" onclick="location.href='/login?redirect={{request.path | urlencode}}';"></textarea>