From 5375ab6e97d8a6b60b74a0a087b5db5a94e6f4f0 Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 6 Aug 2026 21:46:47 +0200 Subject: [PATCH] profile menu now works again on mobile when action buttons are at the bottom of the screen --- commafeed-client/src/components/header/ProfileMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commafeed-client/src/components/header/ProfileMenu.tsx b/commafeed-client/src/components/header/ProfileMenu.tsx index 2d17f0c7..4758eae4 100644 --- a/commafeed-client/src/components/header/ProfileMenu.tsx +++ b/commafeed-client/src/components/header/ProfileMenu.tsx @@ -124,7 +124,7 @@ export function ProfileMenu(props: Readonly) { } return ( - + {props.control} {profile && {profile.name}}