Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7249f22c
Commit
7249f22c
authored
Sep 18, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Vertically center hamburger button
parent
6b9a0799
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
app/assets/stylesheets/new_nav.scss
app/assets/stylesheets/new_nav.scss
+0
-3
app/assets/stylesheets/new_sidebar.scss
app/assets/stylesheets/new_sidebar.scss
+3
-4
No files found.
app/assets/stylesheets/new_nav.scss
View file @
7249f22c
...
...
@@ -375,8 +375,6 @@ header.navbar-gitlab-new {
display
:
flex
;
width
:
100%
;
position
:
relative
;
padding-top
:
$gl-padding
;
padding-bottom
:
$gl-padding
;
align-items
:
center
;
border-bottom
:
1px
solid
$border-color
;
}
...
...
@@ -390,7 +388,6 @@ header.navbar-gitlab-new {
@media
(
max-width
:
$screen-xs-max
)
{
padding-left
:
17px
;
margin-left
:
33px
;
border-left
:
1px
solid
$gl-text-color-quaternary
;
}
...
...
app/assets/stylesheets/new_sidebar.scss
View file @
7249f22c
...
...
@@ -440,7 +440,7 @@ $new-sidebar-collapsed-width: 50px;
background-color
:
transparent
;
border
:
0
;
padding
:
6px
16px
;
margin
:
0
16px
0
-15px
;
margin
:
0
0
0
-15px
;
height
:
46px
;
i
{
...
...
@@ -449,9 +449,8 @@ $new-sidebar-collapsed-width: 50px;
}
@media
(
max-width
:
$screen-xs-max
)
{
display
:
inline-block
;
position
:
absolute
;
top
:
2px
;
display
:
flex
;
align-items
:
center
;
i
{
font-size
:
18px
;
...
...
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