From 4eaa6542ffcc86ce057bb0c3efb45df86bc461b8 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 19 Apr 2026 02:23:26 +0200 Subject: [PATCH] fix: stabilize watch layout on lg --- internal/templates/watch.templ | 70 +++++++++++++++++----------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/internal/templates/watch.templ b/internal/templates/watch.templ index 12e2fda..f9151ad 100644 --- a/internal/templates/watch.templ +++ b/internal/templates/watch.templ @@ -50,11 +50,11 @@ type SkipSegment struct { templ WatchPage(anime jikan.Anime, data WatchPageData) { @Layout(fmt.Sprintf("%s - episode %s", anime.DisplayTitle(), data.CurrentEpisode), true) { -
-