Skip to content

Commit 0b31ca4

Browse files
author
james
committed
docs: fix speaker note bug
1 parent 387147e commit 0b31ca4

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

docs/language/ql-training-rst/_static-training/slides-semmle-2/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
{% endblock %}
135135
</head>
136136
<body style="opacity: 0">
137-
<div class="wrapper" id="wrapper">
137+
138138
<slides class="layout-widescreen" id="slides">
139139

140140
<!-- {% include "title_slide.html" %} -->
@@ -146,7 +146,7 @@
146146
<slide class="backdrop"></slide>
147147

148148
</slides>
149-
</div>
149+
150150

151151

152152
<!--[if IE]>

docs/language/ql-training-rst/_static-training/slides-semmle-2/static/theme/css/default.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@ slides > slide.current .gdbar {
285285
}
286286
/* line 112, ../scss/default.scss */
287287
slides > slide.next {
288-
display: block;
288+
/*display: block;*/
289+
display: none;
289290
opacity: 0;
290291
pointer-events: none;
291292
}
@@ -407,7 +408,7 @@ slides.layout-faux-widescreen > slide.current {
407408
/* line 238, ../scss/default.scss */
408409
slides.layout-widescreen > slide.next,
409410
slides.layout-faux-widescreen > slide.next {
410-
display: block;
411+
/*display: block;*/
411412
opacity: 0;
412413
pointer-events: none;
413414
}
@@ -1009,17 +1010,17 @@ article.smaller q:before, article.smaller q:after {
10091010
background-image: radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
10101011
}
10111012
/* line 684, ../scss/default.scss */
1012-
.with-notes.popup slide.next {
1013+
/*.with-notes.popup slide.next {
10131014
-moz-transform: translate3d(570px, 80px, 0) scale(0.35);
10141015
-ms-transform: translate3d(570px, 80px, 0) scale(0.35);
10151016
-webkit-transform: translate3d(570px, 80px, 0) scale(0.35);
10161017
transform: translate3d(570px, 80px, 0) scale(0.35);
10171018
opacity: 1 !important;
1018-
}
1019+
}*/
10191020
/* line 688, ../scss/default.scss */
1020-
.with-notes.popup slide.next .note {
1021+
/*.with-notes.popup slide.next .note {
10211022
display: none !important;
1022-
}
1023+
}*/
10231024
/* line 694, ../scss/default.scss */
10241025
.with-notes.popup .note {
10251026
width: 109%;
@@ -1163,7 +1164,7 @@ article.smaller q:before, article.smaller q:after {
11631164

11641165
/* Clickable/tappable areas */
11651166
/* line 773, ../scss/default.scss */
1166-
.slide-area {
1167+
/*.slide-area {
11671168
z-index: 1000;
11681169
position: absolute;
11691170
left: 0;
@@ -1174,7 +1175,7 @@ article.smaller q:before, article.smaller q:after {
11741175
top: 50%;
11751176
cursor: pointer;
11761177
margin-top: -350px;
1177-
}
1178+
}*/
11781179

11791180
/* line 790, ../scss/default.scss */
11801181
#prev-slide-area {

0 commit comments

Comments
 (0)