Change stream button place

This commit is contained in:
2020-12-17 23:44:01 +01:00
parent 7c827426f5
commit 362387a70a
+2 -2
View File
@@ -83,7 +83,7 @@ const useStyles = makeStyles(theme => ({
}, },
koute: { koute: {
position: 'absolute', position: 'absolute',
right: '25px', right: '1px',
top: '8px', top: '8px',
[theme.breakpoints.up('sm')]: { [theme.breakpoints.up('sm')]: {
top: '10px' top: '10px'
@@ -91,7 +91,7 @@ const useStyles = makeStyles(theme => ({
}, },
vwe: { vwe: {
position: 'absolute', position: 'absolute',
right: '90px', right: '60px',
top: '8px', top: '8px',
[theme.breakpoints.up('sm')]: { [theme.breakpoints.up('sm')]: {
top: '10px' top: '10px'