fixed UI bug

This commit is contained in:
daniel31x13
2023-10-23 01:55:44 -04:00
parent bcae97a296
commit 697b139493
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ export default function CollectionCard({ collection, className }: Props) {
if (target.id !== "expand-dropdown" + collection.id)
setExpandDropdown(false);
}}
className="absolute top-[3.2rem] right-5 z-10"
className="absolute top-[3.2rem] right-5 z-10 w-fit"
/>
) : null}
</div>
+1 -1
View File
@@ -240,7 +240,7 @@ export default function LinkCard({ link, count, className }: Props) {
if (target.id !== "expand-dropdown" + link.id)
setExpandDropdown(false);
}}
className="absolute top-12 right-5 w-36"
className="absolute top-12 right-5 w-fit"
/>
) : null}
</div>