diff --git a/packages/core/client/src/user/CurrentUser.tsx b/packages/core/client/src/user/CurrentUser.tsx index 689ea329d..a881e785e 100644 --- a/packages/core/client/src/user/CurrentUser.tsx +++ b/packages/core/client/src/user/CurrentUser.tsx @@ -171,6 +171,8 @@ export const CurrentUser = () => { className={css` display: inline-block; vertical-align: top; + width: 46px; + height: 46px; &:hover { background: rgba(255, 255, 255, 0.1) !important; } diff --git a/packages/core/client/src/user/Help.tsx b/packages/core/client/src/user/Help.tsx index 4ef213740..896298944 100644 --- a/packages/core/client/src/user/Help.tsx +++ b/packages/core/client/src/user/Help.tsx @@ -69,6 +69,8 @@ export const Help = () => { className={css` display: inline-block; vertical-align: top; + width: 46px; + height: 46px; &:hover { background: rgba(255, 255, 255, 0.1) !important; }