From a15bb2bcc888ba383e14cb52f577930920918501 Mon Sep 17 00:00:00 2001 From: Luc Date: Mon, 1 Nov 2021 09:41:26 +0100 Subject: [PATCH] improve popup style --- src/styled.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styled.js b/src/styled.js index 670a56e..20bce44 100644 --- a/src/styled.js +++ b/src/styled.js @@ -283,6 +283,7 @@ export const PopupContainer = styled.div` z-index: 999; display: flex; flex-direction: column; + gap: 1rem 0; ::-webkit-scrollbar { display: none; @@ -306,7 +307,7 @@ export const PopupTitle = styled.p` background-color: var(--popup-header); width: 80vw; padding: 1rem 0; - margin: -1rem 0 1rem -2rem; + margin: -1rem 0 0 -2rem; @media only screen and (max-width: 800px) { width: 100vw;