mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-13 01:15:48 -05:00
Composer redesign: Fixes height for image (#40443)
This commit is contained in:
@@ -47,7 +47,7 @@ export const ComposeUpload: React.FC<{
|
||||
return (
|
||||
<StatusImage
|
||||
attachment={attachment}
|
||||
className={className}
|
||||
className={classNames(className, classes.mediaUpload)}
|
||||
sensitive={sensitive}
|
||||
>
|
||||
{sensitive && attachment.blurhash && (
|
||||
|
||||
Reference in New Issue
Block a user