19164 Add settings dropdown to mobile screens

This commit is contained in:
tauriedavis 2017-01-30 19:29:35 -08:00
parent adc0e41f2b
commit ad69a89f04
2 changed files with 12 additions and 4 deletions

View File

@ -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;

View File

@ -0,0 +1,4 @@
---
title: 19164 Add settings dropdown to mobile screens
merge_request:
author: