StatusContent: Set collapsed max height to 640px
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
f4368c8d8d
commit
00712185e8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue