mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-26 17:16:11 +00:00
adjust presenter notes page
This commit is contained in:
parent
8fa7826d9a
commit
2a2344add1
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue