From 6636e19e41df202f1cb2a1f60cdbf61bad241bcd Mon Sep 17 00:00:00 2001 From: Kaity A Date: Sat, 15 Apr 2023 21:56:17 +0000 Subject: [PATCH] Add continuation for thread reply level (#9821) I think this will solve the continuation issue in threads where the reply level reaches 12 deep in the conversation thread, without getting to indent depth 5. Co-authored-by: Kaity A Co-authored-by: Kaity A Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9821 Co-authored-by: Kaity A Co-committed-by: Kaity A --- packages/client/src/components/MkNoteSub.vue | 49 +++++++++++--------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/packages/client/src/components/MkNoteSub.vue b/packages/client/src/components/MkNoteSub.vue index 9c98ae15d..6a5d154ef 100644 --- a/packages/client/src/components/MkNoteSub.vue +++ b/packages/client/src/components/MkNoteSub.vue @@ -142,27 +142,31 @@