From 8c2a53aa41c96c738feb2d8b978f9f9c79d68194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Tue, 16 Jan 2024 16:09:08 +0100 Subject: [PATCH] Added profile view mobile --- front/views/ProfileView.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/front/views/ProfileView.tsx b/front/views/ProfileView.tsx index c67cf4b..1510b57 100644 --- a/front/views/ProfileView.tsx +++ b/front/views/ProfileView.tsx @@ -34,7 +34,7 @@ const ProfileView = () => { const isBigScreen = layout.width > 650; return ( - + { flexDirection: 'row', alignItems: 'center', justifyContent: 'space-between', + gap: 5, }} > - + {userQuery.data.name}