Commit 4a2fe3aa authored by steven's avatar steven

chore: update user banner style

parent 0f65b8bd
...@@ -69,7 +69,7 @@ const UserBanner = () => { ...@@ -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={
<> <>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment