From cc532829c72d198a00898c81728ede93fe7fb635 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 24 Apr 2024 14:08:30 +0200 Subject: [PATCH] feat: show replies count on summary button --- templates/threads.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/threads.html b/templates/threads.html index a570c9a..c9fe01b 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -22,7 +22,11 @@ color: white; } } + summary:hover { + text-decoration: underline; + } summary { + color: blue; cursor: pointer; margin-top: 1em; } @@ -105,7 +109,7 @@ {% endfor %}
- See more + See more ({{ thread.descendants | length }})