From 857e62bf414ff5af18afcc30fba112a191daa0a7 Mon Sep 17 00:00:00 2001 From: ametel01 Date: Sat, 16 Dec 2023 21:25:37 +0800 Subject: [PATCH] updated info position --- packages/frontend/src/views/LoginOrGenerate.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/frontend/src/views/LoginOrGenerate.tsx b/packages/frontend/src/views/LoginOrGenerate.tsx index ce06938..92f71cd 100644 --- a/packages/frontend/src/views/LoginOrGenerate.tsx +++ b/packages/frontend/src/views/LoginOrGenerate.tsx @@ -91,7 +91,9 @@ const InfoBox = styled("div")(() => ({ display: "flex", alignItems: "flex-start", // Align items to the top of the flex container position: "absolute", - bottom: "32px", + bottom: "20px", + marginBottom: "32px", + right: "20px", width: "400px", height: "120px", backgroundColor: "rgba(0, 0, 0, 0.85)",