pl-fe: add min height to sensitive content overlay
Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -227,7 +227,7 @@ const StatusContent: React.FC<IStatusContent> = React.memo(({
|
||||
const media = withMedia && ((quote || status.card || status.media_attachments.length > 0)) && (
|
||||
<Stack space={4} key='media'>
|
||||
{(status.media_attachments.length > 0 || (status.card && !quote)) && (
|
||||
<div className='relative'>
|
||||
<div className='relative has-[div[data-testid="sensitive-overlay"]]:min-h-24'>
|
||||
<SensitiveContentOverlay status={status} />
|
||||
<StatusMedia status={status} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user