diff --git a/web/src/components/Search/index.tsx b/web/src/components/Search/index.tsx index 758c6e526..bfc4ed260 100644 --- a/web/src/components/Search/index.tsx +++ b/web/src/components/Search/index.tsx @@ -9,7 +9,6 @@ import browserHistory from '../../routes/history' import SearchLogo from '../../asserts/search.png' const SearchPanel = styled.div` - max-width: ${(props: { width: number }) => (550 * props.width) / 1920}px; margin: 0 auto; width: 100%; @media (max-width: 700px) { @@ -119,7 +118,7 @@ const Search = ({ opacity = false, content }: { opacity?: boolean; content?: str const searchPlaceholder = 'Block / Transaction / Address' return ( - + {