From a1f770758b5c425324bfe7ff159adb9c82d85082 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 25 May 2025 11:24:54 +0000 Subject: fix: Show list options menu on list sidebar hover --- apps/web/components/dashboard/sidebar/AllLists.tsx | 48 +++++++++++----------- 1 file changed, 23 insertions(+), 25 deletions(-) (limited to 'apps') diff --git a/apps/web/components/dashboard/sidebar/AllLists.tsx b/apps/web/components/dashboard/sidebar/AllLists.tsx index 4c97ffae..50a06106 100644 --- a/apps/web/components/dashboard/sidebar/AllLists.tsx +++ b/apps/web/components/dashboard/sidebar/AllLists.tsx @@ -76,7 +76,7 @@ export default function AllLists({ } name={node.item.name} path={`/dashboard/lists/${node.item.id}`} - className="px-0.5" + className="group px-0.5" right={ { @@ -88,34 +88,32 @@ export default function AllLists({ }} list={node.item} > - } - linkClassName="group py-0.5" + linkClassName="py-0.5" style={{ marginLeft: `${level * 1}rem` }} /> )} -- cgit v1.2.3-70-g09d2