mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix user banner dropdown
This commit is contained in:
@ -95,7 +95,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
|
||||
)}
|
||||
ref={memoContainerRef}
|
||||
>
|
||||
<div className="w-full flex flex-row justify-between items-center mb-1">
|
||||
<div className="w-full h-7 flex flex-row justify-between items-center mb-1">
|
||||
<div className="w-auto flex flex-row justify-start items-center mr-1">
|
||||
{props.showCreator && creator && (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user