no message
This commit is contained in:
parent
75340ef301
commit
e52941926f
@ -84,7 +84,7 @@
|
||||
return {}
|
||||
}
|
||||
return {
|
||||
'transform': 'scale(' + Math.min(1, size / 32) + ')',
|
||||
'transform': 'scale(' + Math.min(1.2, size / 32) + ')',
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
border-radius: 50%;
|
||||
background-color: #ff0000;
|
||||
border: 1px solid #ffffff;
|
||||
transform-origin: right bottom;
|
||||
z-index: 1;
|
||||
}
|
||||
&.online {
|
||||
|
Loading…
x
Reference in New Issue
Block a user