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
ce3c9776
Commit
ce3c9776
authored
Jun 07, 2018
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mobile navbar
parent
88541875
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+9
-1
No files found.
app/assets/stylesheets/framework/header.scss
View file @
ce3c9776
...
...
@@ -139,6 +139,8 @@
}
.nav
{
flex-wrap
:
nowrap
;
>
li
:not
(
.d-none
)
a
{
@include
media-breakpoint-down
(
xs
)
{
margin-left
:
0
;
...
...
@@ -158,11 +160,12 @@
}
.navbar-toggler
{
position
:
relative
;
right
:
-10px
;
border-radius
:
0
;
min-width
:
45px
;
padding
:
0
;
margin
-right
:
-7px
;
margin
:
$gl-padding-8
-7px
$gl-padding-8
0
;
font-size
:
14px
;
text-align
:
center
;
color
:
currentColor
;
...
...
@@ -186,6 +189,7 @@
display
:
-
webkit-flex
;
display
:
flex
;
padding-right
:
10px
;
flex-direction
:
row
;
}
li
{
...
...
@@ -290,6 +294,10 @@
margin
:
8px
;
}
}
.dropdown-menu
{
position
:
absolute
;
}
}
.navbar-sub-nav
{
...
...
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