From 78ce8a4894d9f426ee37a6cfb7cd74d5ac9e45bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 21 Apr 2023 23:50:08 +0200 Subject: [PATCH] Make empty-column-indicator fullwidth on Gallery pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/features/account-gallery/index.tsx | 2 +- app/soapbox/features/group/group-gallery.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/account-gallery/index.tsx b/app/soapbox/features/account-gallery/index.tsx index 7082124c8..7cee5c569 100644 --- a/app/soapbox/features/account-gallery/index.tsx +++ b/app/soapbox/features/account-gallery/index.tsx @@ -148,7 +148,7 @@ const AccountGallery = () => { ))} {!isLoading && attachments.size === 0 && ( -
+
)} diff --git a/app/soapbox/features/group/group-gallery.tsx b/app/soapbox/features/group/group-gallery.tsx index 96ed47e13..70a77680d 100644 --- a/app/soapbox/features/group/group-gallery.tsx +++ b/app/soapbox/features/group/group-gallery.tsx @@ -77,7 +77,7 @@ const GroupGallery: React.FC = (props) => { ))} {(!isLoading && attachments.length === 0) && ( -
+
)}