fix: user dropdown menu position on RTL layout (#30490)

pull/30589/head^2
Guilherme Jun Grillo 2 years ago committed by GitHub
parent e7cff82b5d
commit 3a62ac4ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .changeset/sweet-feet-relate.md
  2. 2
      apps/meteor/client/sidebar/header/UserMenu.tsx

@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---
fix: user dropdown menu position on RTL layout

@ -24,6 +24,7 @@ const UserMenu = ({ user }: { user: IUser }) => {
<FeaturePreviewOff>
<GenericMenu
icon={<UserAvatarWithStatus />}
placement='bottom-end'
selectionMode='multiple'
sections={sections}
title={t('User_menu')}
@ -36,6 +37,7 @@ const UserMenu = ({ user }: { user: IUser }) => {
<GenericMenu
icon={<UserAvatarWithStatusUnstable />}
medium
placement='bottom-end'
selectionMode='multiple'
sections={sections}
title={t('User_menu')}

Loading…
Cancel
Save