mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update user banner style
This commit is contained in:
@@ -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={
|
||||
<>
|
||||
|
Reference in New Issue
Block a user