]> _ Git - odl.git/commitdiff
wip #4979 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Dec 2021 17:50:52 +0000 (18:50 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Dec 2021 17:50:52 +0000 (18:50 +0100)
app/Jobs/ProcessFluidbook.php

index 89f211bf1315770f155e9429b66781affaaf35ab..db68d62c29b861069d15fdaba586c2461f0478ca 100644 (file)
@@ -78,6 +78,7 @@ class ProcessFluidbook extends Compiler
         $css .= '.article{--page-border:0;--page-margin:0;--body-bg-color:transparent;}';
         $css .= '.openFile,.rotateCw,.rotateCcw,.rotateCcw + .horizontalToolbarSeparator{display:none !important;}';
         $css .= '.bookmark,.print,.download{display:none !important}';
+        $css .= '.annotationLayer .popupWrapper .popup h1,.annotationLayer .popupWrapper .popup span{dispay:none !important;}';
         $this->vdir->file_put_contents('pdfjs/web/viewer.css', $css);
     }