From cd1b0f1b310875d5e769720d41a23b0657f38741 Mon Sep 17 00:00:00 2001 From: ebedoise Date: Fri, 2 Aug 2024 15:35:21 +0200 Subject: [PATCH] UI changes for poll --- apps/poll/src/Choices.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/apps/poll/src/Choices.tsx b/apps/poll/src/Choices.tsx index 7b3729ce..4dffef60 100644 --- a/apps/poll/src/Choices.tsx +++ b/apps/poll/src/Choices.tsx @@ -26,9 +26,6 @@ const MobileTitleLayer = styled(Text)` display: block; text-align: center; font-weight: bold; - position: absolute; - bottom: 0; - width: 100%; } `; @@ -144,7 +141,7 @@ export const Choices = () => { return ( <> - + @@ -152,8 +149,8 @@ export const Choices = () => { - {data.poll.title} + {data.poll.title} {isLocked ? (