aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-06-10 10:13:06 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-06-10 10:13:06 +0200
commitd78a8046dc4eabf6940488ec0184b8b5b618af6a (patch)
tree8370a8843e6b5fdb52ba7e9c5424edb1301e718b /plugin
parent64aa3b2647e385b1208b36adf74d111afcca7e39 (diff)
parentad86772f206d7abd119a8ca7b89a31e237e93584 (diff)
downloadfosdem-2018-presentation-d78a8046dc4eabf6940488ec0184b8b5b618af6a.tar
fosdem-2018-presentation-d78a8046dc4eabf6940488ec0184b8b5b618af6a.tar.gz
Merge branch 'Timothep-master' into dev
Diffstat (limited to 'plugin')
-rw-r--r--plugin/notes/notes.html17
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;
}