fix: fix fat thumb

This commit is contained in:
2026-08-21 09:45:13 +09:30
parent f35b715f4e
commit f0247428a0
@@ -209,7 +209,7 @@ const ensureArrows = (course: HTMLElement) => {
let container = document.getElementById(ARROW_CONTAINER_ID);
if (!container) {
container = document.createElement("div");
container.id = ARROW_CONTAINER_ID;``
container.id = ARROW_CONTAINER_ID;
container.innerHTML = `
<button type="button" class="en-arrow" data-en-action="prev" title="Previous lesson" aria-label="Previous lesson">
<svg viewBox="0 0 24 24"><path d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>