Skip to content
Snippets Groups Projects
Commit 577bb4eb authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Merge branch '19164-mobile-settings' into 'master'

19164 Add settings dropdown to mobile screens

Closes #19164

See merge request !8896
parents 43c575ac 87346bfe
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -294,16 +294,18 @@
 
.container-fluid {
position: relative;
.nav-control {
@media (max-width: $screen-sm-max) {
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 +363,7 @@
.fade-left {
@include fade(right, $gray-light);
left: -5px;
text-align: center;
 
.fa {
left: -7px;
Loading
Loading
= render 'layouts/nav/admin_settings'
.scrolling-tabs-container{ class: nav_control_class }
= render 'layouts/nav/admin_settings'
.fade-left
= icon('angle-left')
.fade-right
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.
Finish editing this message first!
Please register or to comment