Commit 24664143 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

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: default avatarCharlie <charlie@uniswap.org>
parent a3a32f0d
...@@ -149,6 +149,5 @@ export const notFoundContainer = style([ ...@@ -149,6 +149,5 @@ export const notFoundContainer = style([
sprinkles({ sprinkles({
paddingY: '4', paddingY: '4',
paddingLeft: '16', paddingLeft: '16',
marginTop: '20',
}), }),
]) ])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment