no message

This commit is contained in:
kuaifan 2021-06-25 10:56:13 +08:00
parent 75340ef301
commit e52941926f
2 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,7 @@
return {} return {}
} }
return { return {
'transform': 'scale(' + Math.min(1, size / 32) + ')', 'transform': 'scale(' + Math.min(1.2, size / 32) + ')',
} }
}, },

View File

@ -20,6 +20,7 @@
border-radius: 50%; border-radius: 50%;
background-color: #ff0000; background-color: #ff0000;
border: 1px solid #ffffff; border: 1px solid #ffffff;
transform-origin: right bottom;
z-index: 1; z-index: 1;
} }
&.online { &.online {