Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
node-slate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Hải Sơn
node-slate
Commits
1e144aaa
Commit
1e144aaa
authored
Jun 12, 2014
by
Robert Lord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update nav button to go to very edge of screen
parent
1478579c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
screen.css.scss
source/stylesheets/screen.css.scss
+7
-6
No files found.
source/stylesheets/screen.css.scss
View file @
1e144aaa
...
...
@@ -194,9 +194,10 @@ html, body {
#nav-button
{
display
:
none
;
position
:
fixed
;
top
:
$main-padding
/
2
-
8px
;
left
:
$main-padding
/
2
-
8px
;
padding
:
0
1
.5em
5em
0
;
// increase touch area size
top
:
0
;
left
:
0
;
$side-pad
:
$main-padding
/
2
-
8px
;
padding
:
$side-pad
1
.5em
5em
$side-pad
;
// increase touch area size
z-index
:
100
;
color
:
#000
;
text-decoration
:
none
;
...
...
@@ -208,8 +209,8 @@ html, body {
}
span
{
position
:
absolute
;
top
:
3
0
px
;
left
:
-0
.4em
;
top
:
3
5
px
;
left
:
1px
;
line-height
:
1
;
@include
transform
(
rotate
(
-90deg
));
}
...
...
@@ -217,7 +218,7 @@ html, body {
@include
transition
(
left
ease-in-out
0
.3s
);
&
:hover
{
opacity
:
1
;
}
&
.open
{
left
:
$
main-padding
/
2
-
8px
+
$
nav-width
}
&
.open
{
left
:
$nav-width
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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