1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix alignment of the user menu button

This commit is contained in:
Bill Thornton 2025-01-10 11:53:06 -05:00
parent b7d05ca24a
commit 47497acf34

View file

@ -27,7 +27,6 @@ const UserMenuButton = () => {
<Tooltip title={globalize.translate('UserMenu')}>
<IconButton
size='large'
edge='end'
aria-label={globalize.translate('UserMenu')}
aria-controls={ID}
aria-haspopup='true'