Skip to content

Commit

Permalink
chore: update user banner style
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Oct 3, 2022
1 parent 0f65b8b commit 4a2fe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/UserBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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={
<>
Expand Down

0 comments on commit 4a2fe3a

Please sign in to comment.