Fix
This commit is contained in:
parent
cc4a7c1a16
commit
48a17629bb
|
@ -379,6 +379,8 @@ desktop/views/components/notes.note.vue:
|
||||||
renote: "Renote"
|
renote: "Renote"
|
||||||
add-reaction: "リアクション"
|
add-reaction: "リアクション"
|
||||||
detail: "詳細"
|
detail: "詳細"
|
||||||
|
private: "この投稿は非公開です"
|
||||||
|
deleted: "この投稿は削除されました"
|
||||||
|
|
||||||
desktop/views/components/notes.vue:
|
desktop/views/components/notes.vue:
|
||||||
error: "読み込みに失敗しました。"
|
error: "読み込みに失敗しました。"
|
||||||
|
|
|
@ -49,7 +49,7 @@ root(isDark)
|
||||||
|
|
||||||
> .main
|
> .main
|
||||||
float left
|
float left
|
||||||
width calc(100% - 68px)
|
width calc(100% - 60px)
|
||||||
|
|
||||||
> header
|
> header
|
||||||
display flex
|
display flex
|
||||||
|
|
|
@ -57,14 +57,14 @@ root(isDark)
|
||||||
> .avatar
|
> .avatar
|
||||||
display block
|
display block
|
||||||
float left
|
float left
|
||||||
margin 0 14px 0 0
|
margin 0 12px 0 0
|
||||||
width 52px
|
width 48px
|
||||||
height 52px
|
height 48px
|
||||||
border-radius 8px
|
border-radius 8px
|
||||||
|
|
||||||
> .main
|
> .main
|
||||||
float left
|
float left
|
||||||
width calc(100% - 66px)
|
width calc(100% - 60px)
|
||||||
|
|
||||||
> header
|
> header
|
||||||
display flex
|
display flex
|
||||||
|
|
|
@ -63,6 +63,9 @@ root(isDark)
|
||||||
float left
|
float left
|
||||||
width calc(100% - 60px)
|
width calc(100% - 60px)
|
||||||
|
|
||||||
|
@media (max-width 500px)
|
||||||
|
width calc(100% - 54px)
|
||||||
|
|
||||||
> header
|
> header
|
||||||
display flex
|
display flex
|
||||||
align-items baseline
|
align-items baseline
|
||||||
|
|
|
@ -62,21 +62,21 @@ root(isDark)
|
||||||
display block
|
display block
|
||||||
float left
|
float left
|
||||||
margin 0 10px 0 0
|
margin 0 10px 0 0
|
||||||
width 44px
|
width 42px
|
||||||
height 44px
|
height 42px
|
||||||
border-radius 8px
|
border-radius 8px
|
||||||
|
|
||||||
@media (min-width 500px)
|
@media (min-width 500px)
|
||||||
margin-right 16px
|
margin-right 14px
|
||||||
width 52px
|
width 50px
|
||||||
height 52px
|
height 50px
|
||||||
|
|
||||||
> .main
|
> .main
|
||||||
float left
|
float left
|
||||||
width calc(100% - 54px)
|
width calc(100% - 52px)
|
||||||
|
|
||||||
@media (min-width 500px)
|
@media (min-width 500px)
|
||||||
width calc(100% - 68px)
|
width calc(100% - 64px)
|
||||||
|
|
||||||
> header
|
> header
|
||||||
display flex
|
display flex
|
||||||
|
|
Loading…
Reference in New Issue