From 1a56352568c64e2b91c52b52579d3e7f53b7015c Mon Sep 17 00:00:00 2001 From: f0x52 Date: Mon, 3 Oct 2022 20:35:43 +0200 Subject: [frontend] scroll to highlighted toot, improve highlight (#885) --- web/template/thread.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/template') diff --git a/web/template/thread.tmpl b/web/template/thread.tmpl index 334bd8a9f..09f3e06c7 100644 --- a/web/template/thread.tmpl +++ b/web/template/thread.tmpl @@ -2,15 +2,15 @@
{{range .context.Ancestors}} -
+
{{ template "status.tmpl" .}}
{{end}} -
+
{{ template "status.tmpl" .status}}
{{range .context.Descendants}} -
+
{{ template "status.tmpl" .}}
{{end}} -- cgit v1.2.3