From f1248018e69ce7ea51510c9a3279fa395e053537 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 22 Aug 2022 12:26:01 -0500 Subject: [PATCH] EmbeddedStatus: improve size of SiteLogo and background color --- app/soapbox/features/embedded-status/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/embedded-status/index.tsx b/app/soapbox/features/embedded-status/index.tsx index 2576a8728..b10d37026 100644 --- a/app/soapbox/features/embedded-status/index.tsx +++ b/app/soapbox/features/embedded-status/index.tsx @@ -46,7 +46,7 @@ const EmbeddedStatus: React.FC = ({ params }) => { const logo = (
- +
); @@ -62,7 +62,7 @@ const EmbeddedStatus: React.FC = ({ params }) => { return ( e.stopPropagation()} target='_blank'