From da2fabc95c96de6f98554db7c59e344b3c5361c1 Mon Sep 17 00:00:00 2001 From: k00b Date: Wed, 11 Sep 2024 11:10:21 -0500 Subject: [PATCH] fix embed styling --- components/text.module.css | 6 +++--- styles/item.module.css | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components/text.module.css b/components/text.module.css index 34444cc3..5cd4373b 100644 --- a/components/text.module.css +++ b/components/text.module.css @@ -128,7 +128,7 @@ margin-bottom: .5rem; } -.text .mediaContainer { +.mediaContainer { display: block; margin-top: .5rem; margin-bottom: .5rem; @@ -260,12 +260,12 @@ img.fullScreen { .videoWrapper { max-width: 320px; - padding-right: 15px; - margin: '0.5rem 0', + margin: 0.5rem 0; } .videoWrapper.topLevel { max-width: 640px; + margin: 0.75rem 0; } .videoContainer { diff --git a/styles/item.module.css b/styles/item.module.css index f015bd08..03c189fc 100644 --- a/styles/item.module.css +++ b/styles/item.module.css @@ -17,6 +17,7 @@ .fullItemContainer { margin-bottom: .5rem; + padding-right: 15px; } .fullItemContainer:empty {