mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-03-14 20:02:33 +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
|
||||
sx={{
|
||||
width: isMobile ? '100%' : "300px",
|
||||
height: isMobile ? '60svh' : "100%",
|
||||
height: isMobile ? '90svh' : "100%",
|
||||
display: "flex",
|
||||
flexDirection: "column",
|
||||
// alignItems: 'center',
|
||||
@ -393,7 +393,7 @@ export const ChatOptions = ({ messages, goToMessage, members, myName, selectedGr
|
||||
<Box
|
||||
sx={{
|
||||
width: isMobile ? '100%' : "300px",
|
||||
height: isMobile ? '60svh' : "100%",
|
||||
height: isMobile ? '90svh' : "100%",
|
||||
display: "flex",
|
||||
flexDirection: "column",
|
||||
// alignItems: 'center',
|
||||
|
Loading…
x
Reference in New Issue
Block a user