Make empty-column-indicator fullwidth on Gallery pages

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
environments/review-gallery-em-48nrbh/deployments/3233
marcin mikołajczak 1 year ago
parent fc6eba91ac
commit 78ce8a4894

@ -148,7 +148,7 @@ const AccountGallery = () => {
))}
{!isLoading && attachments.size === 0 && (
<div className='empty-column-indicator'>
<div className='empty-column-indicator col-span-2 sm:col-span-3'>
<FormattedMessage id='account_gallery.none' defaultMessage='No media to show.' />
</div>
)}

@ -77,7 +77,7 @@ const GroupGallery: React.FC<IGroupGallery> = (props) => {
))}
{(!isLoading && attachments.length === 0) && (
<div className='empty-column-indicator'>
<div className='empty-column-indicator col-span-2 sm:col-span-3'>
<FormattedMessage id='account_gallery.none' defaultMessage='No media to show.' />
</div>
)}

Loading…
Cancel
Save