Moved peer buttons to right side.

master
Håvar Aambø Fosstveit 2019-04-12 09:16:58 +02:00
parent 091ad77179
commit 7f090669cd
1 changed files with 2 additions and 2 deletions

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,