From c298fa4d4cc4277c1f7c2a54d9fb98b395b9bc12 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 13 Jan 2025 21:12:22 +0000 Subject: tidy stylesheets and improve replies styling --- templates/note.php | 1 + templates/reply_button.php | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/note.php b/templates/note.php index 56f1322..1fb03a9 100644 --- a/templates/note.php +++ b/templates/note.php @@ -30,6 +30,7 @@ if ($user != null) { inReplyTo)): ?>
+ reply ' . $note->inReplyTo->author->displayName) . '' ?> diff --git a/templates/reply_button.php b/templates/reply_button.php index 6b755df..1b9736b 100644 --- a/templates/reply_button.php +++ b/templates/reply_button.php @@ -1,2 +1,7 @@ + 1 ? 'reply_all' : 'reply'; +?> \ No newline at end of file + _="on click send toggle to [me, next .noteReplyForm] on toggle toggle .active"> \ No newline at end of file -- cgit v1.3