diff --git a/client/components/Reader/ContentsPage/ContentsPage.vue b/client/components/Reader/ContentsPage/ContentsPage.vue index ca2257ec..5ecf2bb6 100644 --- a/client/components/Reader/ContentsPage/ContentsPage.vue +++ b/client/components/Reader/ContentsPage/ContentsPage.vue @@ -231,7 +231,7 @@ class ContentsPage extends ContentsPageProps { const label = (image.alt ? image.alt : 'Без названия'); const indentStyle = getIndentStyle(1); - const labelStyle = getLabelStyle(0); + const labelStyle = getLabelStyle(1); const p = parsed.para[image.paraIndex]; newImages.push({perc: (p.offset/parsed.textLength*100).toFixed(0), label, key: i, offset: p.offset,