much improved collections listing page

This commit is contained in:
Daniel
2023-05-25 22:14:08 +03:30
parent 0f5f93eaff
commit 824f7c2789
6 changed files with 287 additions and 170 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ export default function ({
};
return (
<div className="shadow hover:shadow-none duration-100 bg-gradient-to-tr from-sky-100 from-10% via-gray-100 via-20% p-5 rounded-md flex items-start relative gap-5 sm:gap-10 group/item">
<div className="border border-sky-100 bg-gray-100 p-5 rounded-md flex items-start relative gap-5 sm:gap-10 group/item">
{editModal ? (
<Modal toggleModal={toggleEditModal}>
<EditLink toggleLinkModal={toggleEditModal} link={link} />
@@ -124,7 +124,7 @@ export default function ({
<FontAwesomeIcon
icon={faEllipsis}
title="More"
className="w-6 h-6"
className="w-5 h-5"
id="edit-dropdown"
/>
</div>