Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
team-presentation
Commits
052a3f0c
Commit
052a3f0c
authored
May 18, 2017
by
Hakim El Hattab
Browse files
speaker notes tweak
parent
b7b3fe3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/reveal.css
View file @
052a3f0c
...
...
@@ -1467,7 +1467,7 @@ body {
.reveal
.speaker-notes
{
display
:
none
;
position
:
absolute
;
width
:
2
0
vw
;
width
:
2
5
vw
;
height
:
100%
;
top
:
0
;
left
:
100%
;
...
...
@@ -1475,6 +1475,7 @@ body {
z-index
:
1
;
font-size
:
18px
;
line-height
:
1.4
;
border-left
:
1px
solid
#ddd
;
color
:
#222
;
background-color
:
#f5f5f5
;
overflow
:
auto
;
...
...
@@ -1489,7 +1490,7 @@ body {
opacity
:
0.5
;
}
.reveal.show-notes
{
max-width
:
80
vw
;
max-width
:
75
vw
;
overflow
:
visible
;
}
.reveal.show-notes
.speaker-notes
{
...
...
css/reveal.scss
View file @
052a3f0c
...
...
@@ -1595,7 +1595,7 @@ $controlsArrowAngleActive: 36deg;
.reveal
.speaker-notes
{
display
:
none
;
position
:
absolute
;
width
:
2
0
vw
;
width
:
2
5
vw
;
height
:
100%
;
top
:
0
;
left
:
100%
;
...
...
@@ -1603,6 +1603,7 @@ $controlsArrowAngleActive: 36deg;
z-index
:
1
;
font-size
:
18px
;
line-height
:
1
.4
;
border-left
:
1px
solid
#ddd
;
color
:
#222
;
background-color
:
#f5f5f5
;
overflow
:
auto
;
...
...
@@ -1620,7 +1621,7 @@ $controlsArrowAngleActive: 36deg;
}
.reveal.show-notes
{
max-width
:
80
vw
;
max-width
:
75
vw
;
overflow
:
visible
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment