diff --git a/scraper/internal/server/ui.go b/scraper/internal/server/ui.go index 0f2c6e5..f734fdf 100644 --- a/scraper/internal/server/ui.go +++ b/scraper/internal/server/ui.go @@ -1407,8 +1407,6 @@ const chapterTmpl = ` onmouseover="this.style.color='#f4f4f5'" onmouseout="this.style.color='#a1a1aa'"> ← Prev - {{else}} - {{end}} @@ -1417,10 +1415,7 @@ const chapterTmpl = ` title="Jump to chapter" aria-label="Jump to chapter" style="flex:1;min-width:0;display:flex;align-items:center;justify-content:center;gap:0.375rem;overflow:hidden;background:transparent;border:none;cursor:pointer;padding:0.25rem 0.25rem;"> - - {{.Title}} - {{if .ChapterDate}}{{.ChapterDate}}{{end}} - + {{.Title}} @@ -1437,8 +1432,6 @@ const chapterTmpl = ` onmouseover="this.style.color='#f4f4f5'" onmouseout="this.style.color='#a1a1aa'"> Next → - {{else}} - {{end}}