commit | f51e915529ecb96a175d699b871807ca5d004968 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Oct 07 15:32:33 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Oct 07 15:33:01 2023 +0200 |
tree | 3e6036f4c5f6f1798cb170c22bb46c08be114079 | |
parent | 7c8f7de3d1f88781c87f467281e5a4af9b9fd4ab [diff] |
Add distance between menu and custom tools Change-Id: I5a92f8f95e609a7f060ab5c98d90727f273e2bc4
diff --git a/inst/reveal.js-4.6.1/css/theme/source/ids.scss b/inst/reveal.js-4.6.1/css/theme/source/ids.scss index 23ef168..a321278 100644 --- a/inst/reveal.js-4.6.1/css/theme/source/ids.scss +++ b/inst/reveal.js-4.6.1/css/theme/source/ids.scss
@@ -192,7 +192,7 @@ #customcontrols > ul { color: #aaaaaa !important; position: fixed; - left: 30px; + left: 50px; bottom: 2% !important; vertical-align: middle; z-index: 30;
diff --git a/inst/reveal.js-4.6.1/dist/theme/ids.css b/inst/reveal.js-4.6.1/dist/theme/ids.css index 4b59d99..4a20abc 100644 --- a/inst/reveal.js-4.6.1/dist/theme/ids.css +++ b/inst/reveal.js-4.6.1/dist/theme/ids.css
@@ -472,7 +472,7 @@ #customcontrols > ul { color: #aaaaaa !important; position: fixed; - left: 30px; + left: 50px; bottom: 2% !important; vertical-align: middle; z-index: 30;