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
b64c35ed
Commit
b64c35ed
authored
May 22, 2017
by
Hakim El Hattab
Browse files
tweak control spacing
parent
fab28362
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/reveal.css
View file @
b64c35ed
...
...
@@ -356,19 +356,19 @@ body {
.reveal
:not
(
.has-vertical-slides
)
.controls
.navigate-left
{
bottom
:
1.4em
;
right
:
6.4
em
;
}
right
:
5.5
em
;
}
.reveal
:not
(
.has-vertical-slides
)
.controls
.navigate-right
{
bottom
:
1.4em
;
right
:
1.4
em
;
}
right
:
0.5
em
;
}
.reveal
:not
(
.has-horizontal-slides
)
.controls
.navigate-up
{
right
:
1.4em
;
bottom
:
6.4
em
;
}
bottom
:
5
em
;
}
.reveal
:not
(
.has-horizontal-slides
)
.controls
.navigate-down
{
right
:
1.4em
;
bottom
:
1.4
em
;
}
bottom
:
0.5
em
;
}
.reveal.has-dark-background
.controls
{
color
:
#fff
;
}
...
...
css/reveal.scss
View file @
b64c35ed
...
...
@@ -421,21 +421,22 @@ $controlsArrowAngleActive: 36deg;
// Adjust the layout when there are no vertical slides
.reveal
:not
(
.has-vertical-slides
)
.controls
.navigate-left
{
bottom
:
$controlArrowSpacing
;
right
:
$controlArrowSpacing
*
2
+
$controlArrowSize
;
right
:
0
.5em
+
$controlArrowSpacing
+
$controlArrowSize
;
}
.reveal
:not
(
.has-vertical-slides
)
.controls
.navigate-right
{
bottom
:
$controlArrowSpacing
;
right
:
$controlArrowSpacing
;
right
:
0
.5em
;
}
// Adjust the layout when there are no horizontal slides
.reveal
:not
(
.has-horizontal-slides
)
.controls
.navigate-up
{
right
:
$controlArrowSpacing
;
bottom
:
$controlArrowSpacing
*
2
+
$controlArrowSize
;
bottom
:
$controlArrowSpacing
+
$controlArrowSize
;
}
.reveal
:not
(
.has-horizontal-slides
)
.controls
.navigate-down
{
right
:
$controlArrowSpacing
;
bottom
:
$controlArrowSpacing
;
bottom
:
0
.5em
;
}
// Invert arrows based on background color
...
...
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