From 4d1fbc9b7e3dcccf5334d08739b25025e517ce13 Mon Sep 17 00:00:00 2001 From: bob Date: Thu, 12 Dec 2019 16:15:03 -0500 Subject: working on search result layout --- src/client/views/search/SearchBox.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/client/views/search/SearchBox.tsx') diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index 515c248f7..b80c3bb54 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -339,7 +339,7 @@ export class SearchBox extends React.Component { render() { return ( -
+
{ e.stopPropagation(); e.preventDefault(); }}>
@@ -349,10 +349,9 @@ export class SearchBox extends React.Component { style={{ width: this._searchbarOpen ? "500px" : "100px" }} />
- {(this._numTotalResults > 0 || !this._searchbarOpen) ? (null) : - (
-
-
)} +
+
+