From 2cc8dcd69c460c165b8b2039e17323b9d6accd89 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 21 Aug 2022 15:06:20 -0400 Subject: [PATCH] EmbeddedStatus: set SiteLogo max width --- app/soapbox/features/embedded-status/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/embedded-status/index.tsx b/app/soapbox/features/embedded-status/index.tsx index 64cafe2cd..2576a8728 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 = (
- +
);