From a054e70b91409a1fec945d90bd48f0432aeb7dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mime=20=C4=8Cuvalo?= Date: Thu, 9 May 2024 22:17:11 +0100 Subject: [PATCH] some styling tweaks --- components/FeedWrapper.tsx | 8 ++++++++ components/content/Footer.tsx | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/components/FeedWrapper.tsx b/components/FeedWrapper.tsx index 90ba663..ceda927 100644 --- a/components/FeedWrapper.tsx +++ b/components/FeedWrapper.tsx @@ -22,6 +22,14 @@ const FeedWrapper = styled('div', { label: 'FeedWrapper' })` overflow-y: scroll; } + & .hw-item p { + margin-block: 0; + } + + & img:not([alt='thumbnail']) { + max-height: none; + } + && header { height: auto; border: 0; diff --git a/components/content/Footer.tsx b/components/content/Footer.tsx index 5a0a975..38cb1a6 100644 --- a/components/content/Footer.tsx +++ b/components/content/Footer.tsx @@ -51,10 +51,10 @@ export default function Footer({ content, contentOwner }: { content: Content; co {name} - +  •