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

index e01fc7c51abf9c2ee91b2d708d2a58f513e8e30d..4cde251e923273cd36305d8ae057f8ff0559a1e2 100644 (file)
@@ -78,6 +78,9 @@ 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 .= '#documentProperties,#cursorSelectTool,#cursorHandTool,#cursorHandTool + .horizontalToolbarSeparator,.horizontalToolbarSeparator.spreadModeButtons{display:none !important}';
+        $css .= '#toolbarSidebar{display:none !important}';
+        $css .= '#sidebarContent{top:0px !important}';
         $popup = '.annotationLayer .popupAnnotation .popupWrapper .popup';
         $css .= $popup . ' h1,' . $popup . ' span{display:none !important;}';
         $css .= $popup . ' p{border:0 !important;margin-top:0 !important;}';