This commit is contained in:
Thomas Chartron 2021-11-06 19:01:21 +01:00
parent 6a08ca892f
commit 8186339244

View file

@ -59,9 +59,9 @@
</div>
</div>
{% if config.extra.zt.enable_search %}
<div class="ml-auto">
<input id="search" class="rounded-lg" type="text" >
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<div class="flex ml-auto relative items-center">
<input id="search" class="rounded-xl border border-black h-9" type="text" >
<svg class="w-6 h-6 absolute right-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
</svg>
</div>