From f1fc12d9cc779fe2a2ec9e072912bc197d5e23b1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 21 Mar 2020 12:32:40 +0900 Subject: wip --- src/client/components/note.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/client/components/note.vue') diff --git a/src/client/components/note.vue b/src/client/components/note.vue index 6850ebd14a..db669309d3 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -79,7 +79,7 @@
{{ $t('deleted') }}
- + @@ -935,5 +935,9 @@ export default Vue.extend({ } } } + + > .reply { + border-top: solid 1px var(--divider); + } } -- cgit v1.2.3-freya