Fix spacing with PlaceholderStatus component
This commit is contained in:
parent
c41530b417
commit
45147cd546
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const PlaceholderStatus: React.FC<IPlaceholderStatus> = ({ thread = false }) =>
|
|||
<div
|
||||
className={classNames({
|
||||
'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'>
|
||||
|
|
Loading…
Reference in a new issue