diff --git a/layouts/partials/layouts/header/header.html b/layouts/partials/layouts/header/header.html index 65a21440b..141db84d1 100644 --- a/layouts/partials/layouts/header/header.html +++ b/layouts/partials/layouts/header/header.html @@ -24,11 +24,12 @@ -
+
{{/* Search. */}} {{ partial "layouts/search/input.html" . }}
-
+
{{/* QR code. */}} {{ partial "layouts/header/qr.html" . }} {{/* Theme selector. */}} diff --git a/layouts/partials/layouts/header/qr.html b/layouts/partials/layouts/header/qr.html index d6d28af2e..3d3f62e17 100644 --- a/layouts/partials/layouts/header/qr.html +++ b/layouts/partials/layouts/header/qr.html @@ -6,7 +6,7 @@ {{ $qrBig := partial "partials/_inline/qr" (dict "page" $ "img_class" "w-64 p-4") }} {{ $t.Stop }} diff --git a/layouts/partials/layouts/search/button.html b/layouts/partials/layouts/search/button.html index 1fc29b04c..3dcb1eb9d 100644 --- a/layouts/partials/layouts/search/button.html +++ b/layouts/partials/layouts/search/button.html @@ -3,12 +3,12 @@ x-data @click="$dispatch('search-toggle')" {{ end }} type="button" - class="grid cursor-pointer w-full text-gray-500 sm:w-40 lg:w-56 grid-cols-[auto_1fr_auto] items-center gap-3 rounded-md px-2 sm:px-4 py-2 text-left text-xs/6 lg:text-sm/6 outline-0 sm:outline-1 -outline-offset-1 outline-gray-600"> + class="grid cursor-pointer w-full text-gray-500 lg:w-56 grid-cols-[auto_1fr_auto] items-center rounded-md px-2 sm:px-4 py-2 text-left text-xs/6 lg:text-sm/6 outline-0 sm:outline-1 -outline-offset-1 outline-gray-600"> + class="pointer-events-none -ml-0.5 mr-2 size-5 sm:size-4 fill-slate-400 dark:fill-slate-500"> - Search docs