StatusContent: Set collapsed max height to 640px

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2023-09-20 13:58:58 +02:00
parent f4368c8d8d
commit 00712185e8

View file

@ -147,7 +147,7 @@ const StatusContent: React.FC<IStatusContent> = ({
const className = clsx(baseClassName, {
'cursor-pointer': onClick,
'whitespace-normal': withSpoiler,
'max-h-[300px]': collapsed,
'max-h-[640px]': collapsed,
'leading-normal big-emoji': onlyEmoji,
});