From d3fe02fb3e8dd7bfc45c246d54d45acccd5959c7 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 10 Apr 2021 12:40:50 +0900 Subject: Default UI redesign (#7429) * wip * wip * wip * wip * Update default.sidebar.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update sticky-sidebar.ts * wip * wip * Update messaging-room.form.vue * Update timeline.vue --- src/client/ui/chat/note.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/ui/chat/note.vue') diff --git a/src/client/ui/chat/note.vue b/src/client/ui/chat/note.vue index f6789f214d..3764bbb65a 100644 --- a/src/client/ui/chat/note.vue +++ b/src/client/ui/chat/note.vue @@ -1127,7 +1127,7 @@ export default defineComponent({ } > .reply { - border-top: solid 1px var(--divider); + border-top: solid 0.5px var(--divider); } } -- cgit v1.2.3-freya