mirror of
https://github.com/usememos/memos.git
synced 2025-03-04 09:19:09 +08:00
chore: update user banner style
This commit is contained in:
parent
0f65b8bdd3
commit
4a2fe3aaae
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ const UserBanner = () => {
|
|||
{!isVisitorMode && user?.role === "HOST" ? <span className="tag">MOD</span> : null}
|
||||
</div>
|
||||
<Dropdown
|
||||
trigger={<Icon.MoreHorizontal className="w-5 h-auto cursor-pointer" />}
|
||||
trigger={<Icon.MoreHorizontal className="ml-2 w-5 h-auto cursor-pointer" />}
|
||||
actionsClassName="!w-36"
|
||||
actions={
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue