fix(participant-count) Fix mobile style (#12880)
This commit is contained in:
parent
fef78152e1
commit
e6d1f039d2
|
@ -11,13 +11,16 @@ const useStyles = makeStyles()(theme => {
|
||||||
backgroundColor: theme.palette.ui03,
|
backgroundColor: theme.palette.ui03,
|
||||||
borderRadius: '100%',
|
borderRadius: '100%',
|
||||||
height: '16px',
|
height: '16px',
|
||||||
width: '16px',
|
minWidth: '16px',
|
||||||
color: theme.palette.text01,
|
color: theme.palette.text01,
|
||||||
...withPixelLineHeight(theme.typography.labelBold),
|
...withPixelLineHeight(theme.typography.labelBold),
|
||||||
pointerEvents: 'none',
|
pointerEvents: 'none',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
right: '-4px',
|
right: '-4px',
|
||||||
top: '-3px'
|
top: '-3px',
|
||||||
|
textAlign: 'center',
|
||||||
|
boxSizing: 'border-box',
|
||||||
|
paddingTop: '2px'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue