diff options
author | tauriedavis <taurie@gitlab.com> | 2017-01-30 19:29:35 -0800 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2017-01-30 19:30:31 -0800 |
commit | ad69a89f044a8493d14f9ef4ce2c7e09b830003f (patch) | |
tree | f70e3bbc229fb7b8d015fc24ea562f1e572caf1b | |
parent | adc0e41f2b0e2a8fa15877246738029666716dc2 (diff) | |
download | gitlab-ce-ad69a89f044a8493d14f9ef4ce2c7e09b830003f.tar.gz |
19164 Add settings dropdown to mobile screens
-rw-r--r-- | app/assets/stylesheets/framework/nav.scss | 12 | ||||
-rw-r--r-- | changelogs/unreleased/19164-mobile-settings.yml | 4 |
2 files changed, 12 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss index 401c2d0f6ee..adbc141262e 100644 --- a/app/assets/stylesheets/framework/nav.scss +++ b/app/assets/stylesheets/framework/nav.scss @@ -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; diff --git a/changelogs/unreleased/19164-mobile-settings.yml b/changelogs/unreleased/19164-mobile-settings.yml new file mode 100644 index 00000000000..c26a20f87e2 --- /dev/null +++ b/changelogs/unreleased/19164-mobile-settings.yml @@ -0,0 +1,4 @@ +--- +title: 19164 Add settings dropdown to mobile screens +merge_request: +author: |