From 91177230d7e0c5b981e59fa718c3f801e44c10b9 Mon Sep 17 00:00:00 2001 From: luna Date: Wed, 22 Jul 2026 20:48:47 +0000 Subject: [PATCH] fix(ui): fit request controls and titles on mobile --- UI/src/components/Layout.tsx | 24 ++++++++++++++---------- UI/src/pages/Requests.tsx | 27 ++++++++++++++++++++++----- 2 files changed, 36 insertions(+), 15 deletions(-) diff --git a/UI/src/components/Layout.tsx b/UI/src/components/Layout.tsx index f8e9695..4536a69 100644 --- a/UI/src/components/Layout.tsx +++ b/UI/src/components/Layout.tsx @@ -80,13 +80,22 @@ export function Layout({ children }: { children: ReactNode }) { > Settings - setMenuOpen(false)} + > + Notifications + + {user?.role === "ADMIN" && ( + setMenuOpen(false)} > - Notifications + Admin + )} ))} +