From 1df318c07ca3bf79ca24557dcfdc57fc41749133 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 4 May 2026 12:03:19 +0200 Subject: [PATCH] make discover page responsive --- templates/discover.gohtml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/templates/discover.gohtml b/templates/discover.gohtml index 36361c8..f04d952 100644 --- a/templates/discover.gohtml +++ b/templates/discover.gohtml @@ -56,7 +56,7 @@

Trending This Season

View all -
+
{{range $i, $anime := .Trending}}
{{template "anime_card" dict "Anime" $anime "WithActions" true "IsWatchlist" (index $.WatchlistMap $anime.MalID)}} @@ -70,7 +70,7 @@

Highly Anticipated

View all
-
+
{{range $i, $anime := .Upcoming}}
{{template "anime_card" dict "Anime" $anime "WithActions" true "IsWatchlist" (index $.WatchlistMap $anime.MalID)}} @@ -84,7 +84,7 @@

All-Time Greats

View all
-
+
{{range $i, $anime := .Top}}
{{template "anime_card" dict "Anime" $anime "WithActions" true "IsWatchlist" (index $.WatchlistMap $anime.MalID)}} @@ -94,5 +94,12 @@
+ {{end}} \ No newline at end of file