diff --git a/src/app.css b/src/app.css
index 3914088..251dffa 100644
--- a/src/app.css
+++ b/src/app.css
@@ -3,6 +3,8 @@
@plugin '@tailwindcss/forms';
@plugin '@tailwindcss/typography';
+@plugin 'tailwindcss-animate';
+
@source '../node_modules/@foxui';
@custom-variant dark (&:where(.dark, .dark *):not(:where(.light, .light *)));
diff --git a/src/lib/cards/ATProtoCollectionsCard/ATProtoCollectionsCard.svelte b/src/lib/cards/ATProtoCollectionsCard/ATProtoCollectionsCard.svelte
index 54d9cae..dfd7a36 100644
--- a/src/lib/cards/ATProtoCollectionsCard/ATProtoCollectionsCard.svelte
+++ b/src/lib/cards/ATProtoCollectionsCard/ATProtoCollectionsCard.svelte
@@ -39,9 +39,23 @@