master
kek7198 2021-12-08 22:04:57 -06:00
parent 1861a5009c
commit 9e72328bb8
1 changed files with 3 additions and 1 deletions

View File

@ -174,7 +174,7 @@
<div class="px-4 py-2 flex space-x-3 divide-x divide-gray-400 text-xs bg-gray-100 md:border-b md:border-gray-300">
<ul class="flex items-center space-x-3 leading-normal mb-0">
<li>
<a class="{{ 'font-bold text-red-600' if not '/commnents/' or not '/saved/' in request.path else 'text-gray-700' }}" href="/@{{u.username}}">
<a class="{{ 'font-bold text-red-600' if not '/comments/' or not '/saved/' in request.path else 'text-gray-700' }}" href="/@{{u.username}}">
Posts <span class="text-gray-500 font-normal">{{ u.post_count }}</span>
</a>
</li>
@ -203,10 +203,12 @@
{% block content %}
<div class="col-span-full xl:col-span-9">
<div class="sm:py-4 my-2.5 sm:my-0">
{% if not "saved" in request.full_path %}
<div class="flex justify-end md:justify-start mb-3 md:m-0 px-2.5 md:px-0">
{% include "/dropdowns/SubmissionSorts.html" %}
</div>
<hr class="hidden md:block my-4 shadow-inset-t-white-05 border-t border-gray-300"/>
{% endif %}
<ul>
{% include "submission_listing.html" %}
</ul>