mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-21 05:09:18 +00:00
🐛 Fixing marker that was on top of the number
This commit is contained in:
@@ -102,9 +102,9 @@ const useStyles = makeStyles(theme => ({
|
|||||||
|
|
||||||
userTag: {
|
userTag: {
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
marginRight: 5,
|
marginRight: 35,
|
||||||
right: 5,
|
right: 10,
|
||||||
bottom: 5,
|
bottom: 9,
|
||||||
background:"#2576D2",
|
background:"#2576D2",
|
||||||
color: "#ffffff",
|
color: "#ffffff",
|
||||||
border:"1px solid #CCC",
|
border:"1px solid #CCC",
|
||||||
@@ -112,7 +112,7 @@ const useStyles = makeStyles(theme => ({
|
|||||||
paddingLeft: 5,
|
paddingLeft: 5,
|
||||||
paddingRight: 5,
|
paddingRight: 5,
|
||||||
borderRadius: 10,
|
borderRadius: 10,
|
||||||
fontSize: "1em"
|
fontSize: "0.9em"
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user