mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-04-29 22:37:53 +00:00
increase height
This commit is contained in:
parent
bca62ea3e0
commit
444e8f1914
@ -176,7 +176,7 @@ export const ChatOptions = ({ messages, goToMessage, members, myName, selectedGr
|
|||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
width: isMobile ? '100%' : "300px",
|
width: isMobile ? '100%' : "300px",
|
||||||
height: isMobile ? '60svh' : "100%",
|
height: isMobile ? '90svh' : "100%",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
// alignItems: 'center',
|
// alignItems: 'center',
|
||||||
@ -393,7 +393,7 @@ export const ChatOptions = ({ messages, goToMessage, members, myName, selectedGr
|
|||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
width: isMobile ? '100%' : "300px",
|
width: isMobile ? '100%' : "300px",
|
||||||
height: isMobile ? '60svh' : "100%",
|
height: isMobile ? '90svh' : "100%",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
// alignItems: 'center',
|
// alignItems: 'center',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user