From 9ef87344f60d2310ae7fc83ad13665b91a6590b7 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Tue, 19 May 2026 11:11:58 +0200 Subject: [PATCH] fix: align icons and buttons in watch template --- templates/watch.gohtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/watch.gohtml b/templates/watch.gohtml index d6e18a4..6c8f84d 100644 --- a/templates/watch.gohtml +++ b/templates/watch.gohtml @@ -55,8 +55,8 @@
- @@ -124,16 +124,16 @@
{{$prevEp := sub (int $currentEpID) 1}} {{if ge $prevEp 1}} - - + + Prev {{end}} {{$nextEp := add (int $currentEpID) 1}} {{if le $nextEp $totalEpisodes}} - + Next - + {{end}}