diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-20 16:14:04 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-20 16:14:04 +0200 |
commit | c140e56db162755d7f85e89306236a0a09bf4e35 (patch) | |
tree | ff2fc4a2d21c926fefb564a4e1e59458ebcdbfe4 /pages/search.tsx | |
parent | 319938d57b8cd225de1dd3f63433f6561f92311e (diff) |
site not longer broken (i think) still some inline css remains....
Diffstat (limited to 'pages/search.tsx')
-rw-r--r-- | pages/search.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/search.tsx b/pages/search.tsx index e0f3123..7aba29c 100644 --- a/pages/search.tsx +++ b/pages/search.tsx @@ -47,7 +47,7 @@ function SearchResult(props: { user: userInfo; }) { function BigSearchBar(props: { searchFunction: (event?: FormEvent<HTMLFormElement>) => void; }) { - return <Vierkant className='pad-m w100m2m bigSearchBar posrel'> + return <Vierkant className='pad-m bg-800 w100m2m bigSearchBar posrel'> <form onSubmit={props.searchFunction}> <Input id='bigSearchBar' |