PlaceholderStatus: preserve mobile shadows

api-accept
Alex Gleason 2 years ago
parent 16e1bc0f28
commit 781a1ad437
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -14,7 +14,7 @@ const PlaceholderStatus: React.FC<IPlaceholderStatus> = ({ thread = false }) =>
<div
className={classNames({
'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'>

Loading…
Cancel
Save