From 79a518d941339fd0235f537cd80e68389559c477 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 24 May 2026 20:06:44 +0200 Subject: [PATCH] refactor: inline scrollbar styles as tailwind arbitrary --- templates/components/continue_watching.gohtml | 4 ++-- templates/index.gohtml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/components/continue_watching.gohtml b/templates/components/continue_watching.gohtml index 1412fc7..055af9d 100644 --- a/templates/components/continue_watching.gohtml +++ b/templates/components/continue_watching.gohtml @@ -2,7 +2,7 @@

Continue Watching

-
+
{{range .}} {{$title := .TitleOriginal}} {{if .TitleEnglish.Valid}}{{$title = .TitleEnglish.String}}{{end}} @@ -42,4 +42,4 @@ {{end}}
-{{end}} \ No newline at end of file +{{end}} diff --git a/templates/index.gohtml b/templates/index.gohtml index bcaaa56..ec8155a 100644 --- a/templates/index.gohtml +++ b/templates/index.gohtml @@ -78,7 +78,7 @@ {{define "continue_watching_skeleton"}}

Continue Watching

-
+
{{range (seq 3)}}