Added down arrow if needed, in bottom left corner
This commit is contained in:
parent
57d772ae2a
commit
7c338a6866
@ -306,3 +306,15 @@ body {
|
|||||||
|
|
||||||
#presentable-toc li li {
|
#presentable-toc li li {
|
||||||
font-style: italic; }
|
font-style: italic; }
|
||||||
|
|
||||||
|
.reveal .controls {
|
||||||
|
left: 10px;
|
||||||
|
right: auto; }
|
||||||
|
|
||||||
|
.reveal div.navigate-right, .reveal div.navigate-left, .reveal div.navigate-up, .reveal div.navigate-down {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
|
.reveal div.navigate-down.enabled {
|
||||||
|
left: 21px !important;
|
||||||
|
top: 76px !important;
|
||||||
|
display: block; }
|
||||||
|
@ -249,3 +249,18 @@ $thColor: $headingColor;
|
|||||||
#presentable-toc li li {
|
#presentable-toc li li {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reveal .controls {
|
||||||
|
left: 10px;
|
||||||
|
right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.reveal div.navigate-right, .reveal div.navigate-left, .reveal div.navigate-up, .reveal div.navigate-down {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.reveal div.navigate-down.enabled {
|
||||||
|
left: 21px !important;
|
||||||
|
top: 76px !important;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
@ -394,8 +394,8 @@ function linkify( selector ) {
|
|||||||
// Full list of configuration options available here:
|
// Full list of configuration options available here:
|
||||||
// https://github.com/hakimel/reveal.js#configuration
|
// https://github.com/hakimel/reveal.js#configuration
|
||||||
Reveal.initialize({
|
Reveal.initialize({
|
||||||
// No controls in bottom right corner
|
// Controls in bottom right corner => customized in css to only display down arrow if enabled, in the bottom left corner
|
||||||
controls: false,
|
controls: true,
|
||||||
// Display status bar
|
// Display status bar
|
||||||
progress: true,
|
progress: true,
|
||||||
// Display slide number
|
// Display slide number
|
||||||
|
Loading…
Reference in New Issue
Block a user