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

View file

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