mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
separate reader mode into individual controller, add scroll triggers for fragments
This commit is contained in:
parent
6aa1eae796
commit
f26d31570e
15 changed files with 415 additions and 211 deletions
|
|
@ -1867,12 +1867,8 @@ $notesWidthPercent: 25%;
|
|||
/*********************************************
|
||||
* READER MODE
|
||||
*********************************************/
|
||||
html.reveal-reader {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: visible;
|
||||
|
||||
.reveal-viewport, body {
|
||||
.reveal-viewport.reveal-reader {
|
||||
& {
|
||||
margin: 0 auto !important;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
@ -1892,7 +1888,6 @@ html.reveal-reader {
|
|||
}
|
||||
.reveal .slides {
|
||||
position: static;
|
||||
zoom: 1 !important;
|
||||
pointer-events: initial;
|
||||
transform-origin: 50% 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue