From ae15e7978cab6a61e73f5a42e6f3129e309de36f Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 24 Jun 2025 18:07:51 +0100 Subject: [PATCH] fix: reorder universe card content and update truncation logic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Move embeds to display before text content in UniversePostCard - Show full content for non-essay posts (no truncation) - Increase essay truncation limit from 150 to 300 characters - Add styles to hide duplicate embeds in rendered content 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/lib/components/UniversePostCard.svelte | 59 +++++++++++++++++++--- 1 file changed, 51 insertions(+), 8 deletions(-) diff --git a/src/lib/components/UniversePostCard.svelte b/src/lib/components/UniversePostCard.svelte index 85feeee..6025f6a 100644 --- a/src/lib/components/UniversePostCard.svelte +++ b/src/lib/components/UniversePostCard.svelte @@ -1,6 +1,6 @@