forked from FoundKeyGang/FoundKey
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",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"clientVersion": "1.0.5187",
|
"clientVersion": "1.0.5188",
|
||||||
"codename": "nighthike",
|
"codename": "nighthike",
|
||||||
"main": "./built/index.js",
|
"main": "./built/index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
|
@ -272,6 +272,8 @@ export default Vue.extend({
|
||||||
background #eee
|
background #eee
|
||||||
|
|
||||||
> .avatar
|
> .avatar
|
||||||
|
width 32px
|
||||||
|
height 32px
|
||||||
border-radius 100%
|
border-radius 100%
|
||||||
|
|
||||||
> span
|
> span
|
||||||
|
@ -301,6 +303,8 @@ export default Vue.extend({
|
||||||
background #eee
|
background #eee
|
||||||
|
|
||||||
> .avatar
|
> .avatar
|
||||||
|
width 32px
|
||||||
|
height 32px
|
||||||
border-radius 100%
|
border-radius 100%
|
||||||
|
|
||||||
> span
|
> span
|
||||||
|
|
Loading…
Reference in a new issue