Commit 3969f041 authored by Jack Short's avatar Jack Short Committed by GitHub

style: correct padding for view my nfts (#5286)

parent 9dc6c60a
......@@ -83,7 +83,7 @@ export const ProfilePage = () => {
{ownerAssets?.length === 0 ? (
<EmptyWalletContent />
) : (
<Row alignItems="flex-start" position="relative" paddingX="20">
<Row alignItems="flex-start" position="relative">
<FilterSidebar />
{(!isMobile || !isFiltersExpanded) && (
......
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