sforkowany z mirror/soapbox
Merge branch 'status-gaps' into 'develop'
PlaceholderStatus: preserve mobile shadows See merge request soapbox-pub/soapbox-fe!1314api-accept
commit
37b0b972e0
|
@ -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'>
|
||||
|
|
Ładowanie…
Reference in New Issue