Moved peer buttons to right side.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user