Skip to content
Snippets Groups Projects
Commit ad69a89f authored by Taurie Davis's avatar Taurie Davis
Browse files

19164 Add settings dropdown to mobile screens

parent adc0e41f
No related branches found
No related tags found
1 merge request!889619164 Add settings dropdown to mobile screens
Pipeline #
Loading
Loading
@@ -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;
}
Loading
Loading
@@ -361,6 +364,7 @@
.fade-left {
@include fade(right, $gray-light);
left: -5px;
text-align: center;
 
.fa {
left: -7px;
Loading
Loading
---
title: 19164 Add settings dropdown to mobile screens
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment