From 5e4b0949c2f410278d6528a81e8b45eb8037839f Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 10 Jul 2025 02:53:38 -0700 Subject: [PATCH] Fix styling of embeds --- src/lib/components/UniversePostCard.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/components/UniversePostCard.svelte b/src/lib/components/UniversePostCard.svelte index 822b8f7..01048cb 100644 --- a/src/lib/components/UniversePostCard.svelte +++ b/src/lib/components/UniversePostCard.svelte @@ -220,7 +220,7 @@ // Embed preview styles .embed-preview { - margin: $unit-2x 0; + margin-bottom: $unit-2x; } .youtube-embed-preview { @@ -231,7 +231,7 @@ height: 0; overflow: hidden; background: $gray-95; - border-radius: $card-corner-radius; + border-radius: $image-corner-radius; border: 1px solid $gray-85; iframe { @@ -250,7 +250,7 @@ display: flex; flex-direction: column; background: $gray-97; - border-radius: $card-corner-radius; + border-radius: $image-corner-radius; overflow: hidden; border: 1px solid $gray-80; text-decoration: none;