mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-27 09:36:10 +00:00
adjust presenter notes page
This commit is contained in:
parent
8fa7826d9a
commit
2a2344add1
2 changed files with 4 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue