From 8b853b79702743661798ee38f36a777aec5d38ca Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 10 May 2020 17:37:11 +0900 Subject: [PATCH] fix(client): Fix reply style --- src/client/components/note.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/client/components/note.vue b/src/client/components/note.vue index dda4dfc02..76e9ddb4b 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -7,7 +7,7 @@ v-hotkey="keymap" v-size="[{ max: 500 }, { max: 450 }, { max: 350 }, { max: 300 }]" > - +
{{ $t('pinnedNote') }}
{{ $t('promotion') }}
@@ -814,6 +814,10 @@ export default Vue.extend({ padding-bottom: 0; } + > .reply-to-more { + opacity: 0.7; + } + > .renote { display: flex; align-items: center;