From 6b1408a1da8b4f532ced63e48e01d2c3e62732d3 Mon Sep 17 00:00:00 2001 From: Szymon Szlachtowicz <38212223+Szymx95@users.noreply.github.com> Date: Tue, 24 Aug 2021 12:26:49 +0200 Subject: [PATCH] Improve poll creation position (#23) --- packages/react-components/src/WakuPolling/PollCreation.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-components/src/WakuPolling/PollCreation.tsx b/packages/react-components/src/WakuPolling/PollCreation.tsx index 2c09dda..e2d7802 100644 --- a/packages/react-components/src/WakuPolling/PollCreation.tsx +++ b/packages/react-components/src/WakuPolling/PollCreation.tsx @@ -145,6 +145,6 @@ const BoxWrapper = styled.div` const NewPollBoxWrapper = styled.div` position: relative; - top: 10px; - left: 10px; + top: 50px; + left: calc(50% - 234px); `