Moved peer buttons to right side.

This commit is contained in:
Håvar Aambø Fosstveit
2019-04-12 09:16:58 +02:00
parent 091ad77179
commit 7f090669cd
+2 -2
View File
@@ -70,9 +70,9 @@ const styles = (theme) =>
height : '100%',
backgroundColor : 'rgba(0, 0, 0, 0.3)',
display : 'flex',
flexDirection : 'row',
flexDirection : 'column',
justifyContent : 'center',
alignItems : 'center',
alignItems : 'flex-end',
padding : '0.4vmin',
zIndex : 20,
opacity : 0,