diff options
Diffstat (limited to 'css/reveal.scss')
-rw-r--r-- | css/reveal.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/css/reveal.scss b/css/reveal.scss index 6a5cc52..1353e5a 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -1655,6 +1655,16 @@ $controlsArrowAngleActive: 36deg; } @media screen and (max-width: 600px) { + .reveal.show-notes { + max-height: 60vh; + } + + .reveal.show-notes .speaker-notes { + top: 60vh; + height: 40vh; + padding-bottom: 10vh; // iOS :( + } + .reveal .speaker-notes { font-size: 14px; } |