diff --git a/templates/threads.html b/templates/threads.html index 23d9a0f..44b7b54 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -119,18 +119,17 @@ grid-template-columns: auto auto; gap: 5px; - & .anchor:hover a { - display: block; - } - + & .anchor, & .anchor a { + padding-top: 5px; + font-size: small; text-align: right; - display: none; + color: #555; + vertical-align: center; } & .author a { display: block; - margin-bottom: 0.5em; text-decoration: none; color: #232323; @@ -212,13 +211,13 @@

- +

- anchor + {{ thread.created_at | time_ago }} · + anchor · +
@@ -251,12 +250,6 @@
{% if thread.descendants is defined %} -
- {{ thread.created_at }} -
-