mirror of
https://github.com/usememos/memos.git
synced 2025-10-22 20:26:00 +08:00
chore: fix memo view gap
This commit is contained in:
parent
cdbaf805b7
commit
37eceabc94
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
|
|||
</div>
|
||||
<div
|
||||
className={cn(
|
||||
"flex flex-col justify-start items-start w-full",
|
||||
"w-full flex flex-col justify-start items-start gap-2",
|
||||
nsfw && !showNSFWContent && "blur-lg transition-all duration-200",
|
||||
)}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue