From 1d496301d91c15cdfb8f2dca64f3b761be9fcba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Fri, 12 Jan 2024 21:06:21 +0100 Subject: [PATCH] Put margin and fixed profile username display --- front/views/ProfileView.tsx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/front/views/ProfileView.tsx b/front/views/ProfileView.tsx index 6c37364..b9ff623 100644 --- a/front/views/ProfileView.tsx +++ b/front/views/ProfileView.tsx @@ -34,7 +34,12 @@ const ProfileView = () => { const isBigScreen = layout.width > 650; return ( - + { flexDirection: 'row', alignItems: 'center', justifyContent: 'space-between', + gap: 5, }} > - + {userQuery.data.name}