+
{{if .PrevN}}
@@ -1951,11 +1968,11 @@ const chapterTmpl = `
hx-swap="innerHTML"
title="Previous chapter"
aria-label="Previous chapter"
- class="flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-lg text-zinc-400 hover:text-zinc-100 hover:bg-zinc-800 text-sm transition-colors no-underline">
+ class="flex-shrink-0 flex items-center justify-center w-10 h-10 rounded-xl text-zinc-400 hover:text-zinc-100 hover:bg-zinc-800 text-base transition-colors no-underline">
←
{{else}}
-
+
{{end}}
@@ -1963,7 +1980,7 @@ const chapterTmpl = `
type="button"
onclick="ttsToggle()"
aria-label="Play/Pause"
- class="flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-lg bg-zinc-800 hover:bg-zinc-700 text-amber-400 text-sm border-none cursor-pointer transition-colors">
+ class="flex-shrink-0 flex items-center justify-center w-10 h-10 rounded-xl bg-zinc-800 hover:bg-zinc-700 text-amber-400 text-base border-none cursor-pointer transition-colors">
▶
@@ -1973,7 +1990,7 @@ const chapterTmpl = `
idle
-
+
next
@@ -1984,7 +2001,7 @@ const chapterTmpl = `
onclick="toggleSettings()"
aria-label="Reader settings"
aria-haspopup="dialog"
- class="flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-lg bg-transparent border-none cursor-pointer text-zinc-500 hover:text-amber-400 transition-colors">
+ class="flex-shrink-0 flex items-center justify-center w-10 h-10 rounded-xl bg-transparent border-none cursor-pointer text-zinc-500 hover:text-amber-400 transition-colors">
⚙
@@ -1997,24 +2014,20 @@ const chapterTmpl = `
hx-swap="innerHTML"
title="Next chapter"
aria-label="Next chapter"
- class="flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-lg text-zinc-400 hover:text-zinc-100 hover:bg-zinc-800 text-sm transition-colors no-underline">
+ class="flex-shrink-0 flex items-center justify-center w-10 h-10 rounded-xl text-zinc-400 hover:text-zinc-100 hover:bg-zinc-800 text-base transition-colors no-underline">
→
{{else}}
-
+
{{end}}