Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
decker
decker
Commits
17190c2b
Commit
17190c2b
authored
Jul 03, 2021
by
Mario Botsch
Browse files
hide buttons in PDF export
parent
51d7ebb5
Changes
3
Show whitespace changes
Inline
Side-by-side
resource/support/css/mario.css
View file @
17190c2b
...
...
@@ -1039,9 +1039,13 @@ div.q-panel {
background-color
:
rgba
(
100
,
100
,
100
,
0.2
);
}
body
.print-pdf
div
.open-button
{
display
:
none
;
}
/*********************************************
* MARIO: bibliogrphy
* MARIO: bibliogr
a
phy
*********************************************/
.reveal
.references
{
...
...
resource/support/plugins/whiteboard/whiteboard.css
View file @
17190c2b
...
...
@@ -161,6 +161,10 @@
border
:
1px
solid
#eeeeee
;
background
:
var
(
--whiteboard-background-color
);
}
body
.print-pdf
#whiteboardButtons
{
display
:
none
;
}
/* toggle whiteboard buttons with .whiteboardActive on container */
#whiteboardButtons
>
button
{
...
...
resource/support/plugins/whiteboard/whiteboard.js
View file @
17190c2b
...
...
@@ -1549,9 +1549,6 @@ let RevealWhiteboard = (function () {
selectPenColor
(
penColors
[
0
]);
selectPenRadius
(
2
);
// hide buttons in print mode
if
(
printMode
)
buttons
.
style
.
display
=
"
none
"
;
// load annotations
return
new
Promise
((
resolve
)
=>
loadAnnotationsFromURL
().
then
(
resolve
));
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment