💄(frontend) narrow lobby column width on prejoin screen
Reduce lobby column width on prejoin screen for better visual balance and improved layout proportions.
This commit is contained in:
committed by
aleb_the_flash
parent
b34a1c8695
commit
34353b5cba
@@ -474,7 +474,7 @@ export const Join = ({
|
|||||||
width: '100%',
|
width: '100%',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
gap: { base: '1rem', sm: '2rem', lg: 0 },
|
gap: { base: '1rem', sm: '2rem', lg: '2rem' },
|
||||||
lg: {
|
lg: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
},
|
},
|
||||||
@@ -771,7 +771,7 @@ export const Join = ({
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
flex: '0 0 448px',
|
flex: '0 0 360px',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
margin: '1rem 1rem 1rem 0.5rem',
|
margin: '1rem 1rem 1rem 0.5rem',
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user