From ac822f8f3e9e0c17ac0e3f5f78be49eba0c588ba Mon Sep 17 00:00:00 2001 From: mkelvers Date: Thu, 7 May 2026 00:59:37 +0200 Subject: [PATCH] feat: add margin to watchlist cards --- templates/watchlist.gohtml | 4 ++-- templates/watchlist_partial.gohtml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/watchlist.gohtml b/templates/watchlist.gohtml index 08e7e44..a4240ec 100644 --- a/templates/watchlist.gohtml +++ b/templates/watchlist.gohtml @@ -1,7 +1,7 @@ {{define "title"}}Watchlist{{end}} {{define "content"}} {{if .WatchlistIDs}}{{end}} -
+

Watchlist

@@ -36,7 +36,7 @@
-
+
{{range $.AllEntries}}
diff --git a/templates/watchlist_partial.gohtml b/templates/watchlist_partial.gohtml index 47242d9..ea63497 100644 --- a/templates/watchlist_partial.gohtml +++ b/templates/watchlist_partial.gohtml @@ -39,7 +39,7 @@ {{$entries := index $.WatchlistByStatus $status}} {{if $entries}}
-
+
{{range $entries}}