From f12df9b5153ba3e8dc1fd3f7c4a39771db14f4cd Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 7 Jun 2026 17:45:08 +0200 Subject: [PATCH] style: migrate z-index/scrollbar in continue_watching, size shorthands in login --- templates/components/continue_watching.gohtml | 10 +++++----- templates/login.gohtml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/components/continue_watching.gohtml b/templates/components/continue_watching.gohtml index 8436f2f..cee423d 100644 --- a/templates/components/continue_watching.gohtml +++ b/templates/components/continue_watching.gohtml @@ -3,7 +3,7 @@

Continue Watching

-
+
{{range .}} {{$title := .TitleOriginal}} {{if .TitleEnglish.Valid}}{{$title = .TitleEnglish.String}}{{end}} @@ -42,12 +42,12 @@
{{end}}
- - - -
diff --git a/templates/login.gohtml b/templates/login.gohtml index 37b9203..467aba7 100644 --- a/templates/login.gohtml +++ b/templates/login.gohtml @@ -2,7 +2,7 @@ {{define "scripts"}}{{end}} {{define "content"}}
-
+

Sign in to your account

@@ -89,7 +89,7 @@