diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-04-29 10:26:44 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-05-16 09:45:37 +0200 |
commit | 4fb8e78eb4582a05f73eaf189aa7263381faf87a (patch) | |
tree | 7ba03a15aaff22b0caa09bfd876809d4e36490ca /js | |
parent | a9fcaa6f9e74ffd696febadb555fd12980806a7b (diff) | |
download | perl-software-in-gnu-guix-4fb8e78eb4582a05f73eaf189aa7263381faf87a.tar perl-software-in-gnu-guix-4fb8e78eb4582a05f73eaf189aa7263381faf87a.tar.gz |
collapse control element size when corner aligned
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js index 522d7cb..b584ac3 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -52,7 +52,7 @@ // Display controls in the bottom right corner controls: true, - // Determines where controls appear, either "bottom-right" or "edges" + // Determines where controls appear, "edges" or "bottom-right" controlsPlacement: 'edges', // De-emphasizes backwards navigation controls |