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 @@