pl-fe: Restore margin-top for reactions list
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
2e7a735c0c
commit
86ba7535c4
1 changed files with 1 additions and 2 deletions
|
@ -88,10 +88,9 @@ const ReactionsModal: React.FC<BaseModalProps & ReactionsModalProps> = ({ onClos
|
|||
{reactions.size > 0 && renderFilterBar()}
|
||||
<ScrollableList
|
||||
emptyMessage={emptyMessage}
|
||||
className={clsx({
|
||||
listClassName={clsx('max-w-full', {
|
||||
'mt-4': reactions.size > 0,
|
||||
})}
|
||||
listClassName='max-w-full'
|
||||
itemClassName='pb-3'
|
||||
style={{ height: 'calc(80vh - 88px)' }}
|
||||
estimatedSize={42}
|
||||
|
|
Loading…
Reference in a new issue