mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +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: {
|
||||
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"
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user