aboutsummaryrefslogtreecommitdiff
path: root/css/print/pdf.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-10-11 11:03:49 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-05-16 09:45:37 +0200
commit2cc5ae946b40f98a7a1f1a883d995615f69681e2 (patch)
tree30a2a4abe26e893162acf6363e943d4cab1f394f /css/print/pdf.css
parent44a355b6e969d6a1cfbf23cb44079104d4dc6945 (diff)
downloadperl-software-in-gnu-guix-2cc5ae946b40f98a7a1f1a883d995615f69681e2.tar
perl-software-in-gnu-guix-2cc5ae946b40f98a7a1f1a883d995615f69681e2.tar.gz
new, fixed, speaker notes layout
Diffstat (limited to 'css/print/pdf.css')
-rw-r--r--css/print/pdf.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 20c646a..2b86cb2 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -144,9 +144,14 @@ ul, ol, div, p {
}
/* Display slide speaker notes when 'showNotes' is enabled */
+.reveal.show-notes {
+ max-width: none;
+ max-height: none;
+}
.reveal .speaker-notes-pdf {
display: block;
width: 100%;
+ height: auto;
max-height: none;
top: auto;
right: auto;