polish: unify search/filter control size with FAQ (h-14, text-lg, larger icon)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<!-- Search -->
|
||||
<div class="relative flex-1">
|
||||
<span
|
||||
class="icon-[ri--search-line] absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-muted-foreground"
|
||||
class="icon-[ri--search-line] absolute left-4 top-1/2 -translate-y-1/2 w-5 h-5 text-muted-foreground"
|
||||
></span>
|
||||
<Input
|
||||
placeholder={$_("magazine.search_placeholder")}
|
||||
@@ -73,7 +73,7 @@
|
||||
searchValue = (e.target as HTMLInputElement).value;
|
||||
debounceSearch(searchValue);
|
||||
}}
|
||||
class="pl-10 bg-background/50 border-primary/20 focus:border-primary"
|
||||
class="pl-12 h-14 text-lg bg-background/50 border-primary/20 focus:border-primary"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,9 +84,9 @@
|
||||
onValueChange={(v) => v && setParam("category", v)}
|
||||
>
|
||||
<SelectTrigger
|
||||
class="w-full md:w-48 bg-background/50 border-primary/20 focus:border-primary"
|
||||
class="w-full md:w-48 h-14 text-lg bg-background/50 border-primary/20 focus:border-primary"
|
||||
>
|
||||
<span class="icon-[ri--filter-line] w-4 h-4 mr-2"></span>
|
||||
<span class="icon-[ri--filter-line] w-5 h-5 mr-2"></span>
|
||||
{!data.category
|
||||
? $_("magazine.categories.all")
|
||||
: data.category === "photography"
|
||||
|
||||
Reference in New Issue
Block a user