修改置顶样式

This commit is contained in:
anian
2026-07-03 11:27:48 +08:00
parent fc866e23f9
commit b7ecfa5e35
4 changed files with 7 additions and 4 deletions
@@ -53,7 +53,7 @@ const MemoBody: React.FC<MemoBodyProps> = ({ compact }) => {
content={memo.content}
onClick={handleMemoContentClick}
onDoubleClick={handleMemoContentDoubleClick}
compact={memo.pinned ? false : compact} // Always show full content when pinned
compact={compact}
/>
<AttachmentListView attachments={memo.attachments} onImagePreview={openPreview} />
<RelationListView relations={referencedMemos} currentMemoName={memo.name} parentPage={parentPage} />