From bf81cd51b7e6b196023e49ea429143f36965dbc8 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 26 Nov 2025 23:35:44 +0100 Subject: [PATCH] style: use multi-column layout for explore writings --- src/components/Explore.tsx | 4 ++-- src/styles/components/cards.css | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/components/Explore.tsx b/src/components/Explore.tsx index 5c4a4701..ac2a43e5 100644 --- a/src/components/Explore.tsx +++ b/src/components/Explore.tsx @@ -595,7 +595,7 @@ const Explore: React.FC = ({ relayPool, eventStore, settings, acti case 'highlights': if (showSkeletons) { return ( -
+
{Array.from({ length: 8 }).map((_, i) => ( ))} @@ -607,7 +607,7 @@ const Explore: React.FC = ({ relayPool, eventStore, settings, acti No highlights to show for the selected scope.
) : ( -
+
{classifiedHighlights.map((highlight) => (