mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak reaction store
This commit is contained in:
@ -116,7 +116,7 @@ const MemoActionMenu = (props: Props) => {
|
||||
</MenuItem>
|
||||
<Divider className="!my-1" />
|
||||
<div className="-mt-0.5 pl-2 pr-2 text-xs text-gray-400">
|
||||
<div className="font-mono max-w-20 cursor-pointer truncate" onClick={handleCopyMemoId}>
|
||||
<div className="mt-1 font-mono max-w-20 cursor-pointer truncate" onClick={handleCopyMemoId}>
|
||||
ID: {memo.name}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user