From 5c3df55b72fee0113e3117ce54d650de7801e1e4 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 10 Dec 2023 16:08:15 +0800 Subject: [PATCH] chore: tweak collection view styles --- .../web/src/components/CollectionView.tsx | 22 +++++++++++-------- store/db/seed/10003__collection.sql | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/frontend/web/src/components/CollectionView.tsx b/frontend/web/src/components/CollectionView.tsx index 2934dc04..ae27db77 100644 --- a/frontend/web/src/components/CollectionView.tsx +++ b/frontend/web/src/components/CollectionView.tsx @@ -61,34 +61,38 @@ const CollectionView = (props: Props) => {
-
- {collection.title} - (c/{collection.name}) +
+ + {collection.title} + + + (c/{collection.name}) +

{collection.description}

- - + + {showAdminActions && ( - + } - actionsClassName="!w-28 dark:text-gray-500" + actionsClassName="!w-28 text-sm" actions={ <>