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
9a7d491e
Commit
9a7d491e
authored
May 19, 2017
by
Hakim El Hattab
Browse files
adjust speaker notes layout on mobile devices
parent
7ae18c6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/reveal.css
View file @
9a7d491e
...
...
@@ -1513,6 +1513,12 @@ body {
height
:
30vh
;
}
}
@media
screen
and
(
max-width
:
600px
)
{
.reveal.show-notes
{
max-height
:
60vh
;
}
.reveal.show-notes
.speaker-notes
{
top
:
60vh
;
height
:
40vh
;
padding-bottom
:
10vh
;
}
.reveal
.speaker-notes
{
font-size
:
14px
;
}
}
...
...
css/reveal.scss
View file @
9a7d491e
...
...
@@ -1655,6 +1655,16 @@ $controlsArrowAngleActive: 36deg;
}
@media
screen
and
(
max-width
:
600px
)
{
.reveal.show-notes
{
max-height
:
60vh
;
}
.reveal.show-notes
.speaker-notes
{
top
:
60vh
;
height
:
40vh
;
padding-bottom
:
10vh
;
// iOS :(
}
.reveal
.speaker-notes
{
font-size
:
14px
;
}
...
...
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