This commit is contained in:
Thomas Chartron 2021-11-12 20:54:01 +01:00
parent 13a5ebd758
commit 86574b81ec

View file

@ -70,7 +70,7 @@
{% if config.extra.zt.enable_search %}
<!-- Search input in navbar -->
<div class="flex ml-auto relative items-center">
<div class="flex ml-auto relative items-center mr-16">
<input id="search" class="rounded-xl border border-black dark:border-gray-200 h-9 text-black dark:text-gray-200 dark:bg-gray-700" type="text">
<svg class="w-6 h-6 absolute left-2 text-black dark:text-gray-200" 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>