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;