From 58067808d7e56564843ea5cda1ac5352b6badaf8 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 26 Nov 2020 13:16:20 -0300 Subject: [PATCH] Removing HeadlessUI and React-Aria --- components/common/UserNav/DropdownMenu.module.css | 4 ++-- pages/wishlist.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/common/UserNav/DropdownMenu.module.css b/components/common/UserNav/DropdownMenu.module.css index f81b920ef..404726bc5 100644 --- a/components/common/UserNav/DropdownMenu.module.css +++ b/components/common/UserNav/DropdownMenu.module.css @@ -1,8 +1,8 @@ .dropdownMenu { - @apply fixed right-0 mt-7 origin-top-right outline-none bg-primary z-40 w-full h-full; + @apply fixed right-0 mt-2 origin-top-right outline-none bg-primary z-40 w-full h-full; @screen lg { - @apply absolute border border-accents-1 shadow-lg w-56 h-auto; + @apply absolute top-10 border border-accents-1 shadow-lg w-56 h-auto; } } diff --git a/pages/wishlist.tsx b/pages/wishlist.tsx index 32e116515..40f18692f 100644 --- a/pages/wishlist.tsx +++ b/pages/wishlist.tsx @@ -23,7 +23,7 @@ export default function Wishlist() { const { data, isEmpty } = useWishlist({ includeProducts: true }) return ( -
+
My Wishlist
{isEmpty ? (