diff --git a/templates/threads.html b/templates/threads.html index 8b1808c..8d04a49 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -68,6 +68,7 @@ } .card_content { + & .invisible { display: none; } @@ -112,14 +113,31 @@ } } - & .author a { - display: block; - margin-bottom: 0.5em; - text-decoration: none; - color: #232323; + & .heading { + + &:hover .anchor { + display: block; + } + + display: grid; + grid-template-columns: 80% auto; + gap: 5px; + + & .anchor { + text-align: right; + display: none; + } + + & .author a { + display: block; + margin-bottom: 0.5em; + text-decoration: none; + color: #232323; + + &:hover { + text-decoration: underline; + } - &:hover { - text-decoration: underline; } } @@ -183,7 +201,7 @@
  • {% if thread.account.avatar is defined %} - + avatar of {{ thread.account.display_name }} @@ -192,11 +210,17 @@
    -

    - -

    +
    {{thread.content | safe}} {% if thread.descendants is defined %} @@ -238,7 +262,7 @@
  • {% if descendant.account.avatar is defined %} - + avatar of {{ descendant.account.display_name }} @@ -247,11 +271,18 @@
    -

    - -

    + +
    {{ descendant.content | safe }} {% for media in descendant.media_attachments%}