]> _ Git - odl.git/commitdiff
wip #4752 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 4 Jan 2022 15:21:46 +0000 (16:21 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 4 Jan 2022 15:21:46 +0000 (16:21 +0100)
app/Jobs/ProcessFluidbook.php

index aea3d09efd32a20cd1cd6f73240a07690b1b3177..bf3f8abb5e27f23031dea5cc00274d28043862c5 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 .= '#viewLayers,#viewAttachments{display:none !important}';
         $css .= '#documentProperties,#cursorSelectTool,#cursorHandTool,#cursorHandTool + .horizontalToolbarSeparator,.horizontalToolbarSeparator.spreadModeButtons{display:none !important}';
         $popup = '.annotationLayer .popupAnnotation .popupWrapper .popup';
         $css .= $popup . ' h1,' . $popup . ' span{display:none !important;}';