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

index 4cde251e923273cd36305d8ae057f8ff0559a1e2..aea3d09efd32a20cd1cd6f73240a07690b1b3177 100644 (file)
@@ -79,8 +79,6 @@ class ProcessFluidbook extends Compiler
         $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;}';