Merge branch 'status-gaps' into 'develop'

PlaceholderStatus: preserve mobile shadows

See merge request soapbox-pub/soapbox-fe!1314
This commit is contained in:
Alex Gleason 2022-05-05 17:13:52 +00:00
commit 37b0b972e0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const PlaceholderStatus: React.FC<IPlaceholderStatus> = ({ thread = false }) =>
<div <div
className={classNames({ className={classNames({
'status-placeholder bg-white dark:bg-slate-800': true, 'status-placeholder bg-white dark:bg-slate-800': true,
'sm:shadow-xl dark:sm:shadow-inset sm:rounded-xl px-4 py-6 sm:p-6': !thread, 'shadow-xl dark:shadow-inset sm:rounded-xl px-4 py-6 sm:p-6': !thread,
})} })}
> >
<div className='w-full animate-pulse overflow-hidden'> <div className='w-full animate-pulse overflow-hidden'>