Make empty-column-indicator fullwidth on Gallery pages
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user