diff --git a/static/toast.ts b/static/toast.ts index b3b3bfd..a841292 100644 --- a/static/toast.ts +++ b/static/toast.ts @@ -8,7 +8,7 @@ const toastContainer = () => { if (!container) { container = document.createElement('div'); container.id = 'toast-container'; - container.className = 'fixed bottom-4 right-4 z-[100] flex flex-col gap-2'; + container.className = 'fixed bottom-4 right-4 z-100 flex flex-col gap-2'; document.body.appendChild(container); } return container; diff --git a/templates/anime.gohtml b/templates/anime.gohtml index 0f0366a..56e24b5 100644 --- a/templates/anime.gohtml +++ b/templates/anime.gohtml @@ -3,7 +3,7 @@

Characters & Cast

{{range (slice . 0 (min (len .) 10))}} -
+
{{.Character.Name}}
@@ -246,7 +246,7 @@

Characters & Cast

{{range (seq 5)}} -
+
diff --git a/templates/discover.gohtml b/templates/discover.gohtml index 4b75fcb..2ef66ee 100644 --- a/templates/discover.gohtml +++ b/templates/discover.gohtml @@ -114,7 +114,7 @@
{{range (seq 8)}}
-
+
diff --git a/templates/index.gohtml b/templates/index.gohtml index 57c8fdf..bf74ad7 100644 --- a/templates/index.gohtml +++ b/templates/index.gohtml @@ -63,7 +63,7 @@
{{range (seq 6)}}
-
+
{{end}}