From 08a010882e7a8a79a0049478d4a8a240159197c8 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 24 Apr 2024 14:20:07 +0200 Subject: [PATCH] feat: make meta a link to original post; some styles --- templates/threads.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/templates/threads.html b/templates/threads.html index fc7d8b2..bd00a70 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -60,14 +60,22 @@ } & .meta { - font-size: small; color: #888; margin-bottom: 5px; + + & a { + font-size: small; + color: #888; + } + & a:hover { + color: blue; + } + } } .card_avatar img { border: 1px solid rgba(34, 34, 34, 0.35); - border-radius: 50%; + border-radius: 5px; display: inline; width: 50px; } @@ -93,7 +101,7 @@
- {{ thread.created_at }} + {{ thread.created_at }}
{{thread.content | safe}} @@ -121,9 +129,8 @@
- {{ descendant.created_at }} + {{ descendant.created_at }}
- {{ descendant.content | safe }} {% for media in descendant.media_attachments%} {% if media.type == 'image'%}