Merge branch 'status-gaps' into 'develop'

PlaceholderStatus: preserve mobile shadows

See merge request soapbox-pub/soapbox-fe!1314
api-accept
Alex Gleason 2022-05-05 17:13:52 +00:00
commit 37b0b972e0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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'>