From 8f496090f0dc93a2f66dbf21dede7d700563a6a2 Mon Sep 17 00:00:00 2001 From: 0xshora <112358132134.fibon@gmail.com> Date: Thu, 4 Jul 2024 16:37:31 +0200 Subject: [PATCH 1/4] chore: adjust sizes about proposa-list popup --- src/App.module.css | 2 +- .../NewProposalPopupForMain/NewProposalPopupForMain.tsx | 2 +- src/components/NewProposalPopupForMain/ProposalListForMain.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.module.css b/src/App.module.css index 63e637e..bc4ba5f 100644 --- a/src/App.module.css +++ b/src/App.module.css @@ -107,7 +107,7 @@ body { top: 64px; left: 10px; width: 450px; - max-height: calc(100vh - 64px); + max-height: calc(100vh - 160px); background: rgba(31, 41, 55, 0.95); border-radius: 8px; overflow-y: hidden; diff --git a/src/components/NewProposalPopupForMain/NewProposalPopupForMain.tsx b/src/components/NewProposalPopupForMain/NewProposalPopupForMain.tsx index 4766535..6a62a80 100644 --- a/src/components/NewProposalPopupForMain/NewProposalPopupForMain.tsx +++ b/src/components/NewProposalPopupForMain/NewProposalPopupForMain.tsx @@ -144,7 +144,7 @@ const NewProposalPopupForMain: React.FC = () => {