mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix memo view gap
This commit is contained in:
@@ -219,7 +219,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className={cn(
|
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",
|
nsfw && !showNSFWContent && "blur-lg transition-all duration-200",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user