mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-27 01:26:11 +00:00
improved presenter view
This commit is contained in:
parent
dd7fcf47de
commit
5abec6ed4b
4 changed files with 75 additions and 3 deletions
|
@ -434,18 +434,43 @@ img.contain {
|
|||
object-fit: contain;
|
||||
}
|
||||
|
||||
body.show-notes {
|
||||
background-color: #777;
|
||||
}
|
||||
|
||||
body.show-notes section {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
body.show-notes section[janus-timeline='present'] {
|
||||
transform: scale(0.75);
|
||||
transform-origin: 0% 0%;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.notes {
|
||||
display: none;
|
||||
white-space: pre-line;
|
||||
}
|
||||
body.show-notes section[janus-timeline='present'] > .notes {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 100%;
|
||||
width: 33.33%;
|
||||
height: 100%;
|
||||
font-size: 0.5rem;
|
||||
text-align: left;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
body.show-notes section[janus-timeline='present'] + section[janus-timeline='future'] {
|
||||
transform: scale(0.25);
|
||||
transform-origin: bottom right;
|
||||
top: auto;
|
||||
left: auto;
|
||||
bottom: 0.4rem;
|
||||
right: 0.4rem;
|
||||
opacity: 0.75;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
outline: 0.2rem solid white;
|
||||
z-index: 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue