From 4e5bc85591a0de7a5d2357eb376229e823969608 Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Sun, 21 Feb 2021 19:13:50 +0530 Subject: [PATCH] searchbox ui touch up --- lib/components/searchBox.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/lib/components/searchBox.tsx b/lib/components/searchBox.tsx index 0a9802fe..2b077e56 100644 --- a/lib/components/searchBox.tsx +++ b/lib/components/searchBox.tsx @@ -7,7 +7,7 @@ const searchBoxStyling: React.CSSProperties = { backgroundColor: 'white', position: 'absolute', right: '10px', - top: '25px', + top: '0px', width: '224px', zIndex: 9999 }; @@ -33,23 +33,20 @@ export default class SearchBox extends React.PureComponent {
input?.focus()} /> this.props.prev(this.searchTerm)}> - {' '} - ←{' '} + {'←'} this.props.next(this.searchTerm)}> - {' '} - →{' '} + {'→'} this.props.close()}> - {' '} - x{' '} + {'✕'}