diff --git a/apps/builddao/widget/components/Button.jsx b/apps/builddao/widget/components/Button.jsx index 34289db6..64022fe0 100644 --- a/apps/builddao/widget/components/Button.jsx +++ b/apps/builddao/widget/components/Button.jsx @@ -18,8 +18,9 @@ const StyledButton = styled.button` display: flex; width: 40px; height: 40px; - padding: 5px; + padding: 0px; flex-shrink: 0; + font-size: 16px; border-radius: 50%; `} diff --git a/apps/builddao/widget/components/buttons/UserDropdown.jsx b/apps/builddao/widget/components/buttons/UserDropdown.jsx index 4864ae1b..fabe1f5f 100644 --- a/apps/builddao/widget/components/buttons/UserDropdown.jsx +++ b/apps/builddao/widget/components/buttons/UserDropdown.jsx @@ -25,7 +25,7 @@ const StyledDropdown = styled.div` margin: 5px 10px; margin-right: 0; line-height: normal; - max-width: 140px; + max-width: 100px; .profile-name, .profile-username { @@ -45,7 +45,7 @@ const StyledDropdown = styled.div` ul { background-color: #2b2f31; width: 100%; - width: 240px; + width: 210px; li { padding: 0 6px; @@ -176,11 +176,7 @@ return (
{context.accountId}
-