search bar is at the navbar now

This commit is contained in:
Priec
2026-06-27 22:31:21 +02:00
parent 269bb15e6f
commit 97c4c23af1
2 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
<input type="hidden" name="category" value="{{ selected_category | default(value='all') }}" />
<!-- search box -->
<div class="flex max-w-xl gap-2">
<div class="flex max-w-xl gap-2 md:hidden">
<div class="relative flex-1">
<span class="pointer-events-none absolute inset-y-0 left-0 flex items-center pl-3 text-on-surface/50 dark:text-on-surface-dark/50">
{{ ui::icon(name="search", size="size-5") }}