From 702557edb9966d3b561a0b232c347ead43264859 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 4 May 2026 20:00:15 +0200 Subject: [PATCH] style: cleanup anime details and sidebar --- templates/anime.gohtml | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/templates/anime.gohtml b/templates/anime.gohtml index 7ec2f7a..485722b 100644 --- a/templates/anime.gohtml +++ b/templates/anime.gohtml @@ -43,13 +43,11 @@ {{template "watchlist_actions" dict "Anime" $anime "User" .User "Status" .Status}} -
+
-

Synopsis

-

- {{if $anime.Synopsis}}{{$anime.Synopsis}}{{else}}No synopsis available.{{end}} -

+

Synopsis

+

{{if $anime.Synopsis}}{{$anime.Synopsis}}{{else}}No synopsis available.{{end}}

{{if and $anime.Synopsis (gt (len $anime.Synopsis) 400)}}
-