From d366c600506d0b0ac5bd5025af1727c4d56a2c5a Mon Sep 17 00:00:00 2001 From: Justin Ferrari <‘justinwesleyferrari@gmail.com’> Date: Tue, 19 Dec 2023 13:48:16 -0500 Subject: [PATCH] Modified dimensions of the download Qortal modal --- src/wrappers/GlobalWrapper.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wrappers/GlobalWrapper.tsx b/src/wrappers/GlobalWrapper.tsx index c1c0a64..fad1b02 100644 --- a/src/wrappers/GlobalWrapper.tsx +++ b/src/wrappers/GlobalWrapper.tsx @@ -898,8 +898,8 @@ const GlobalWrapper: React.FC = ({ children, setTheme }) => { setShowDownloadModal(false); }} customStyles={{ - width: "370px", - height: "80%", + width: "400px", + height: "auto", backgroundColor: theme.palette.mode === "light" ? "#e8e8e8" : "#030d1a", position: "relative",