From cb8dc23742629c3bf4eb61898b0096c8b93d9ece Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 7 Dec 2021 10:09:15 +0100 Subject: [PATCH] wip #4932 --- js/libs/fluidbook/fluidbook.articles.js | 2 +- style/menu-articles.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/libs/fluidbook/fluidbook.articles.js b/js/libs/fluidbook/fluidbook.articles.js index 8517223e..3d067d06 100644 --- a/js/libs/fluidbook/fluidbook.articles.js +++ b/js/libs/fluidbook/fluidbook.articles.js @@ -70,7 +70,7 @@ FluidbookArticles.prototype = { var iheight = Math.round(iwidth / ratio); var zoom = Math.ceil(100 * width / (article.infos.width / 0.75)); footerContents = '
' + getSpriteIcon('nav-share') + ''; - //footerContents += '' + getSpriteIcon('nav-print') + ''; + footerContents += '' + getSpriteIcon('nav-print') + ''; footerContents += '
'; attrs += ' data-max-width="' + width + '" '; cls = 'pdf'; diff --git a/style/menu-articles.less b/style/menu-articles.less index 1232087f..ba0667e3 100644 --- a/style/menu-articles.less +++ b/style/menu-articles.less @@ -32,7 +32,7 @@ a { width: 30px; position: relative; - left: -20px; + left: -40px; margin: 0 10px; svg { -- 2.39.5