chore: fix user banner dropdown

This commit is contained in:
Steven
2024-02-23 23:47:26 +08:00
parent 5b92ac1775
commit db56e1b575
2 changed files with 2 additions and 2 deletions

View File

@ -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 && (
<>