diff options
author | Timothep <timothepdotnet@gmail.com> | 2016-03-09 11:47:23 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-06-10 10:12:54 +0200 |
commit | ad86772f206d7abd119a8ca7b89a31e237e93584 (patch) | |
tree | 1f7c4f1e957e4492e661ed59402cedae6e075aa5 /plugin | |
parent | 02123205a0995b41580c357f4b20c1473af69e63 (diff) | |
download | fosdem-2018-presentation-ad86772f206d7abd119a8ca7b89a31e237e93584.tar fosdem-2018-presentation-ad86772f206d7abd119a8ca7b89a31e237e93584.tar.gz |
Horizontal 2-1 View for the speaker notes instead of a vertical 1-2
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/notes/notes.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index c80e77f..53d50c3 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -38,8 +38,8 @@ #current-slide { position: absolute; - width: 65%; - height: 100%; + width: 50%; + height: 50%; top: 0; left: 0; padding-right: 0; @@ -47,20 +47,19 @@ #upcoming-slide { position: absolute; - width: 35%; - height: 40%; + width: 50%; + height: 50%; right: 0; top: 0; } #speaker-controls { position: absolute; - top: 40%; - right: 0; - width: 35%; - height: 60%; + top: 50%; + left: 0; + width: 100%; + height: 50%; overflow: auto; - font-size: 18px; } |