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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
ad69a89f
Commit
ad69a89f
authored
Jan 30, 2017
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
19164 Add settings dropdown to mobile screens
parent
adc0e41f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+8
-4
changelogs/unreleased/19164-mobile-settings.yml
changelogs/unreleased/19164-mobile-settings.yml
+4
-0
No files found.
app/assets/stylesheets/framework/nav.scss
View file @
ad69a89f
...
...
@@ -294,16 +294,19 @@
.container-fluid
{
position
:
relative
;
.nav-control
{
@media
(
max-width
:
$screen-sm-max
)
{
text-align
:
left
;
margin-right
:
75px
;
}
}
}
.controls
{
float
:
right
;
padding
:
7px
0
0
;
@media
(
max-width
:
$screen-sm-max
)
{
display
:
none
;
}
i
{
color
:
$layout-link-gray
;
}
...
...
@@ -361,6 +364,7 @@
.fade-left
{
@include
fade
(
right
,
$gray-light
);
left
:
-5px
;
text-align
:
center
;
.fa
{
left
:
-7px
;
...
...
changelogs/unreleased/19164-mobile-settings.yml
0 → 100644
View file @
ad69a89f
---
title
:
19164 Add settings dropdown to mobile screens
merge_request
:
author
:
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