From 580744819d679fd0dc4e36ad7f7902dfe78a470f Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 17 Feb 2019 19:31:50 +0700 Subject: [PATCH 1/7] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=BF=D0=BE-=D1=83=D0=BC=D0=BE=D0=BB=D1=87=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/store/modules/reader.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/store/modules/reader.js b/client/store/modules/reader.js index 9b341d4a..37557ca8 100644 --- a/client/store/modules/reader.js +++ b/client/store/modules/reader.js @@ -6,7 +6,7 @@ const fonts = [ {name: 'Arimo', fontVertShift: 0}, {name: 'Avrile', fontVertShift: -10}, {name: 'OpenSans', fontVertShift: -5}, - {name: 'Roboto', fontVertShift: 10}, + {name: 'Roboto', fontVertShift: 0}, {name: 'Rubik', fontVertShift: 0}, ]; @@ -134,7 +134,7 @@ const settingDefaults = { fontName: 'ReaderDefault', webFontName: '', fontVertShift: 0, - textVertShift: -20, + textVertShift: -15, lineInterval: 3,// px, межстрочный интервал textAlignJustify: true,// выравнивание по ширине From d4768392a6b4b08ecc639fa1ae7e8b0b1dc22903 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 17 Feb 2019 19:32:30 +0700 Subject: [PATCH 2/7] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/TextPage/TextPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/Reader/TextPage/TextPage.vue b/client/components/Reader/TextPage/TextPage.vue index ea1395a5..52f0f458 100644 --- a/client/components/Reader/TextPage/TextPage.vue +++ b/client/components/Reader/TextPage/TextPage.vue @@ -1,6 +1,6 @@