Commit 37eceabc authored by Johnny's avatar Johnny

chore: fix memo view gap

parent cdbaf805
...@@ -219,7 +219,7 @@ const MemoView: React.FC<Props> = (props: Props) => { ...@@ -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",
)} )}
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment