feat: search when no results there is too much top padding (#4530)

* add null check to collection floor price

* don't show 0 if floor is null

* remove top margin for no results

Co-authored-by: Charlie <charlie@uniswap.org>
This commit is contained in:
Charles Bachmeier 2022-08-29 09:43:50 -07:00 committed by GitHub
parent a3a32f0d68
commit 2466414307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -149,6 +149,5 @@ export const notFoundContainer = style([
sprinkles({
paddingY: '4',
paddingLeft: '16',
marginTop: '20',
}),
])