adjust presenter notes page

This commit is contained in:
Joshua Seigler 2017-01-22 04:09:57 -05:00
parent 8fa7826d9a
commit 2a2344add1
2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -532,15 +532,16 @@ body.show-notes section[janus-timeline='present'] {
.notes { .notes {
display: none; display: none;
box-sizing: border-box;
white-space: pre-line; white-space: pre-line;
position: absolute; position: absolute;
top: 0.2rem; top: 0;
left: 100%; left: 100%;
width: 33.33%; width: 33.33%;
height: 100%; height: 100%;
font-size: 0.5rem; font-size: 0.5rem;
text-align: left; text-align: left;
padding-left: 0.5em; padding: 0.2em;
} }
body.show-notes section[janus-timeline='present'] > .notes { body.show-notes section[janus-timeline='present'] > .notes {
display: block; display: block;