Compare commits

..

2 Commits

Author SHA1 Message Date
syuilo
d1dd2d3c18 2.20.1 2018-05-28 15:30:47 +09:00
syuilo
48a17629bb Fix 2018-05-28 15:30:26 +09:00
6 changed files with 19 additions and 14 deletions

View File

@@ -379,6 +379,8 @@ desktop/views/components/notes.note.vue:
renote: "Renote"
add-reaction: "リアクション"
detail: "詳細"
private: "この投稿は非公開です"
deleted: "この投稿は削除されました"
desktop/views/components/notes.vue:
error: "読み込みに失敗しました。"

View File

@@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "2.20.0",
"clientVersion": "1.0.5868",
"version": "2.20.1",
"clientVersion": "1.0.5871",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,

View File

@@ -49,7 +49,7 @@ root(isDark)
> .main
float left
width calc(100% - 68px)
width calc(100% - 60px)
> header
display flex

View File

@@ -57,14 +57,14 @@ root(isDark)
> .avatar
display block
float left
margin 0 14px 0 0
width 52px
height 52px
margin 0 12px 0 0
width 48px
height 48px
border-radius 8px
> .main
float left
width calc(100% - 66px)
width calc(100% - 60px)
> header
display flex

View File

@@ -63,6 +63,9 @@ root(isDark)
float left
width calc(100% - 60px)
@media (max-width 500px)
width calc(100% - 54px)
> header
display flex
align-items baseline

View File

@@ -62,21 +62,21 @@ root(isDark)
display block
float left
margin 0 10px 0 0
width 44px
height 44px
width 42px
height 42px
border-radius 8px
@media (min-width 500px)
margin-right 16px
width 52px
height 52px
margin-right 14px
width 50px
height 50px
> .main
float left
width calc(100% - 54px)
width calc(100% - 52px)
@media (min-width 500px)
width calc(100% - 68px)
width calc(100% - 64px)
> header
display flex