diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-05-18 16:00:48 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-05-18 16:00:48 +0200 |
commit | 052a3f0c711baaf80e6947bd38eb5d0444365874 (patch) | |
tree | d8a7aa3969429df43f17070fb66b3776c1ed19cb | |
parent | b7b3fe3ed4acf8de44f986f483322a936461f6ef (diff) | |
download | fosdem-2018-presentation-052a3f0c711baaf80e6947bd38eb5d0444365874.tar fosdem-2018-presentation-052a3f0c711baaf80e6947bd38eb5d0444365874.tar.gz |
speaker notes tweak
-rw-r--r-- | css/reveal.css | 5 | ||||
-rw-r--r-- | css/reveal.scss | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/css/reveal.css b/css/reveal.css index 060d7b6..f5494ac 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -1467,7 +1467,7 @@ body { .reveal .speaker-notes { display: none; position: absolute; - width: 20vw; + width: 25vw; height: 100%; top: 0; left: 100%; @@ -1475,6 +1475,7 @@ body { z-index: 1; font-size: 18px; line-height: 1.4; + border-left: 1px solid #ddd; color: #222; background-color: #f5f5f5; overflow: auto; @@ -1489,7 +1490,7 @@ body { opacity: 0.5; } .reveal.show-notes { - max-width: 80vw; + max-width: 75vw; overflow: visible; } .reveal.show-notes .speaker-notes { diff --git a/css/reveal.scss b/css/reveal.scss index e6b73fb..1473095 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -1595,7 +1595,7 @@ $controlsArrowAngleActive: 36deg; .reveal .speaker-notes { display: none; position: absolute; - width: 20vw; + width: 25vw; height: 100%; top: 0; left: 100%; @@ -1603,6 +1603,7 @@ $controlsArrowAngleActive: 36deg; z-index: 1; font-size: 18px; line-height: 1.4; + border-left: 1px solid #ddd; color: #222; background-color: #f5f5f5; overflow: auto; @@ -1620,7 +1621,7 @@ $controlsArrowAngleActive: 36deg; } .reveal.show-notes { - max-width: 80vw; + max-width: 75vw; overflow: visible; } |