mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some margin on the account menu
This commit is contained in:
parent
1aa570f7c2
commit
3065fcc78a
1 changed files with 2 additions and 1 deletions
|
|
@ -131,10 +131,11 @@ export function PrimaryDropdown(props: PrimaryDropdownProps): JSX.Element {
|
|||
|
||||
return (
|
||||
<Dropdown
|
||||
side="top"
|
||||
triggerElement={
|
||||
props.children ?? <TriggerButton name={viewerData?.me?.name ?? 'O'} />
|
||||
}
|
||||
css={{ width: '240px' }}
|
||||
css={{ width: '240px', ml: '15px' }}
|
||||
>
|
||||
<HStack
|
||||
alignment="center"
|
||||
|
|
|
|||
Loading…
Reference in a new issue