mirror of
https://github.com/usememos/memos.git
synced 2025-10-20 11:17:25 +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}
|
{!isVisitorMode && user?.role === "HOST" ? <span className="tag">MOD</span> : null}
|
||||||
</div>
|
</div>
|
||||||
<Dropdown
|
<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"
|
actionsClassName="!w-36"
|
||||||
actions={
|
actions={
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Add table
Reference in a new issue