Moved peer buttons to right side.
parent
091ad77179
commit
7f090669cd
|
|
@ -70,9 +70,9 @@ const styles = (theme) =>
|
||||||
height : '100%',
|
height : '100%',
|
||||||
backgroundColor : 'rgba(0, 0, 0, 0.3)',
|
backgroundColor : 'rgba(0, 0, 0, 0.3)',
|
||||||
display : 'flex',
|
display : 'flex',
|
||||||
flexDirection : 'row',
|
flexDirection : 'column',
|
||||||
justifyContent : 'center',
|
justifyContent : 'center',
|
||||||
alignItems : 'center',
|
alignItems : 'flex-end',
|
||||||
padding : '0.4vmin',
|
padding : '0.4vmin',
|
||||||
zIndex : 20,
|
zIndex : 20,
|
||||||
opacity : 0,
|
opacity : 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue