search: widen browse-bar search by 20% (320→384px) + placeholder "Search all content sitewide"

This commit is contained in:
Ryan Salazar
2026-05-22 02:48:58 +00:00
parent fcb3a00104
commit aac57bdc1b
2 changed files with 4 additions and 4 deletions

View File

@@ -545,7 +545,7 @@ export default function Header() {
<input
ref={searchRef}
type="search"
placeholder="Search articles, gear, vendors"
placeholder="Search all content sitewide"
value={searchQuery}
onChange={(e) => setSearchQuery(e?.target?.value)}
onFocus={() => { setSearchFocused(true); if (suggestions.length > 0) setSuggestOpen(true); }}

View File

@@ -995,9 +995,9 @@ h1, h2, h3 {
position: relative;
display: inline-flex;
align-items: center;
flex: 0 1 320px;
max-width: 360px;
min-width: 200px;
flex: 0 1 384px;
max-width: 432px;
min-width: 240px;
margin: 8px 0;
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.08);