🐛 Fixing marker that was on top of the number

This commit is contained in:
Ricardo Paes
2022-03-16 13:57:15 -03:00
parent f874f249ec
commit cb035f4e88

View File

@@ -102,9 +102,9 @@ const useStyles = makeStyles(theme => ({
userTag: {
position: "absolute",
marginRight: 5,
right: 5,
bottom: 5,
marginRight: 35,
right: 10,
bottom: 9,
background:"#2576D2",
color: "#ffffff",
border:"1px solid #CCC",
@@ -112,7 +112,7 @@ const useStyles = makeStyles(theme => ({
paddingLeft: 5,
paddingRight: 5,
borderRadius: 10,
fontSize: "1em"
fontSize: "0.9em"
},
}));