|
@@ -1094,7 +1094,7 @@ body {
|
|
|
.reveal .playback {
|
|
|
position: fixed;
|
|
|
left: 15px;
|
|
|
- bottom: 15px;
|
|
|
+ bottom: 20px;
|
|
|
z-index: 30;
|
|
|
cursor: pointer;
|
|
|
-webkit-transition: all 400ms ease;
|
|
@@ -1168,12 +1168,11 @@ body {
|
|
|
width: 70%;
|
|
|
max-height: 15%;
|
|
|
left: 15%;
|
|
|
- bottom: 5%;
|
|
|
+ bottom: 26px;
|
|
|
padding: 10px;
|
|
|
z-index: 1;
|
|
|
font-size: 18px;
|
|
|
line-height: 1.4;
|
|
|
- border: 2px solid #fff;
|
|
|
color: #fff;
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
overflow: auto;
|
|
@@ -1185,13 +1184,15 @@ body {
|
|
|
.reveal .speaker-notes.visible:not(:empty) {
|
|
|
display: block; }
|
|
|
|
|
|
-@media screen and (max-width: 800px) {
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
.reveal .speaker-notes {
|
|
|
- width: 90%;
|
|
|
- left: 5%;
|
|
|
- bottom: 5%;
|
|
|
font-size: 14px; } }
|
|
|
|
|
|
+@media screen and (max-width: 600px) {
|
|
|
+ .reveal .speaker-notes {
|
|
|
+ width: 90%;
|
|
|
+ left: 5%; } }
|
|
|
+
|
|
|
/*********************************************
|
|
|
* ZOOM PLUGIN
|
|
|
*********************************************/
|