Change stream button place
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user