mirror of
https://github.com/Qortal/q-shop.git
synced 2025-01-30 14:52:20 +00:00
Modified dimensions of the download Qortal modal
This commit is contained in:
parent
701c6da4fe
commit
d366c60050
@ -898,8 +898,8 @@ const GlobalWrapper: React.FC<Props> = ({ children, setTheme }) => {
|
|||||||
setShowDownloadModal(false);
|
setShowDownloadModal(false);
|
||||||
}}
|
}}
|
||||||
customStyles={{
|
customStyles={{
|
||||||
width: "370px",
|
width: "400px",
|
||||||
height: "80%",
|
height: "auto",
|
||||||
backgroundColor:
|
backgroundColor:
|
||||||
theme.palette.mode === "light" ? "#e8e8e8" : "#030d1a",
|
theme.palette.mode === "light" ? "#e8e8e8" : "#030d1a",
|
||||||
position: "relative",
|
position: "relative",
|
||||||
|
Loading…
Reference in New Issue
Block a user