Fix spacing with PlaceholderStatus component

This commit is contained in:
Justin 2022-06-22 08:56:35 -04:00
parent c41530b417
commit 45147cd546

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,
'shadow-xl dark: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-5': !thread,
})} })}
> >
<div className='w-full animate-pulse overflow-hidden'> <div className='w-full animate-pulse overflow-hidden'>