From 4982b69c179ae8862039fbca472f7349ade5c4a6 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Fri, 15 May 2026 02:45:08 +0200 Subject: [PATCH] style: trim padding on watch page and base layout --- templates/base.gohtml | 2 +- templates/watch.gohtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.gohtml b/templates/base.gohtml index 0751166..d0f9575 100644 --- a/templates/base.gohtml +++ b/templates/base.gohtml @@ -251,7 +251,7 @@ if (window.showToast) showToast({ message: 'Something went wrong' })
-
+
{{template "content" .}}
diff --git a/templates/watch.gohtml b/templates/watch.gohtml index f548570..dbe6b4f 100644 --- a/templates/watch.gohtml +++ b/templates/watch.gohtml @@ -7,7 +7,7 @@ {{if or (not $currentEpID) (eq (printf "%v" $currentEpID) "0") (eq (printf "%v" $currentEpID) "")}}{{$currentEpID = "1"}}{{end}} {{$totalEpisodes := len $episodes}} -
+