Fix player position

This commit is contained in:
Jan Stabenow 2024-05-24 11:47:06 +02:00
parent c128f1d3f2
commit 1f04169aa5

View File

@ -36,7 +36,9 @@ const useStyles = makeStyles((theme) => ({
marginLeft: 10,
},
playerL1: {
padding: '4px 1px 4px 8px',
//padding: '4px 1px 4px 8px',
paddingTop: 10,
paddingLeft: 18
},
playerL2: {
position: 'relative',