forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-02 19:44:37 -06:00
parent 8591836e68
commit 31d83a4f56
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-300 to-gray-200 rounded-t sub-header-shadow"></div>
<div class="relative col-span-full flex items-center">
<div class="truncate">
<h1 class="font-bold text-xl font-heading leading-normal mb-0 ellipsis">
<h1 class="font-bold text-xl font-heading leading-normal mb-0 truncate ellipsis">
<span class="hidden md:inline-block">Search Results:</span> "{{query}}"
</h1>
<div class="hidden md:flex space-x-3 divide-x divide-gray-400 text-xs">
@ -41,7 +41,7 @@
</div>
</div>
{% if not '/users/' in request.path %}
<div class="ml-auto">
<div class="ml-auto pl-3 md:pl-0">
{% include "/dropdowns/SearchSorts.html" %}
</div>
{% endif %}