From a8a53d26771c6725957578068885872438b4c017 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Thu, 4 Jun 2026 16:37:06 +0200 Subject: [PATCH] fix: polish watch page layout and button consistency --- templates/watch.gohtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/watch.gohtml b/templates/watch.gohtml index a7d03b8..4a3dcbb 100644 --- a/templates/watch.gohtml +++ b/templates/watch.gohtml @@ -10,7 +10,7 @@ {{$rangeStart := add (imul (idiv (sub $currentEpNum 1) 100) 100) 1}} {{$rangeEnd := min (add $rangeStart 99) $totalEpisodes}} -
+
@@ -19,7 +19,7 @@
-
-
+
{{if .Seasons}} {{$currentSeason := dict "Prefix" "" "Title" $anime.Title}} {{range .Seasons}} @@ -194,7 +194,7 @@ {{end}}
- @@ -252,7 +252,7 @@
- +
{{end}}