new, fixed, speaker notes layout

This commit is contained in:
Hakim El Hattab
2016-10-11 11:03:49 +02:00
parent 44a355b6e9
commit 2cc5ae946b
4 changed files with 71 additions and 37 deletions

View File

@ -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;