oops
This commit is contained in:
parent
fc166b7bee
commit
34345ea8a7
2 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"author": "syuilo <i@syuilo.com>",
|
||||
"version": "2.1.0",
|
||||
"clientVersion": "1.0.5187",
|
||||
"version": "2.1.1",
|
||||
"clientVersion": "1.0.5188",
|
||||
"codename": "nighthike",
|
||||
"main": "./built/index.js",
|
||||
"private": true,
|
||||
|
|
|
@ -272,6 +272,8 @@ export default Vue.extend({
|
|||
background #eee
|
||||
|
||||
> .avatar
|
||||
width 32px
|
||||
height 32px
|
||||
border-radius 100%
|
||||
|
||||
> span
|
||||
|
@ -301,6 +303,8 @@ export default Vue.extend({
|
|||
background #eee
|
||||
|
||||
> .avatar
|
||||
width 32px
|
||||
height 32px
|
||||
border-radius 100%
|
||||
|
||||
> span
|
||||
|
|
Loading…
Reference in a new issue