We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8bd52 commit faa2d06Copy full SHA for faa2d06
app/components/SearchBar.tsx
@@ -44,7 +44,7 @@ export function SearchBar() {
44
onOverlayClick={() => setIsOpen(false)}
45
className={classnames(
46
"fixed z-50",
47
- "w-[95vw] max-w-xl rounded-lg",
+ "w-[95vw] max-w-2xl rounded-lg",
48
"top-0 left-[50%] -translate-x-[50%]",
49
"mt-[60px]",
50
"bg-white border-[1px] dark:border-slate-700 dark:bg-slate-800"
0 commit comments