mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak padding styles
This commit is contained in:
@ -34,7 +34,7 @@ const MemoReactionListView = (props: Props) => {
|
||||
|
||||
return (
|
||||
reactions.length > 0 && (
|
||||
<div className="w-full mt-2 flex flex-row justify-start items-start flex-wrap gap-1 select-none">
|
||||
<div className="w-full flex flex-row justify-start items-start flex-wrap gap-1 select-none">
|
||||
{Array.from(reactionGroup).map(([reactionType, users]) => {
|
||||
return <ReactionView key={`${reactionType.toString()} ${users.length}`} memo={memo} reactionType={reactionType} users={users} />;
|
||||
})}
|
||||
|
Reference in New Issue
Block a user