From b404ae6d5399d2527d1e6f119bd7e3a0b51982d3 Mon Sep 17 00:00:00 2001 From: Dominic Ferrando Date: Sat, 19 Apr 2025 17:21:08 -0400 Subject: [PATCH] Improve thread subject style catalog preview --- web/static/index.css | 1 + web/views/board.templ | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/web/static/index.css b/web/static/index.css index e5e2bb6..a8a31eb 100644 --- a/web/static/index.css +++ b/web/static/index.css @@ -79,6 +79,7 @@ body { } .catalog-preview-link { + text-decoration: none; cursor: pointer; } diff --git a/web/views/board.templ b/web/views/board.templ index 317a83a..5dcb301 100644 --- a/web/views/board.templ +++ b/web/views/board.templ @@ -76,7 +76,9 @@ templ ThreadsCatalog(previews []CatalogThreadPreview) { -

{ preview.Subject }

+

+ { preview.Subject } +

@templ.Raw(util.EnrichPost(preview.Body))