summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-17 23:01:45 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-17 23:24:03 -0800
commite1fb2d4a1320d44b95b5a5974e57c76530c5e99a (patch)
treee534a9b46e2947e6f64e6e8455286c3fea2b3f74
parentece32141fbd9237295224afdd3cf7628a18045ab (diff)
downloadgitlab-ce-e1fb2d4a1320d44b95b5a5974e57c76530c5e99a.tar.gz
Expand sidebar only for large devices
-rw-r--r--app/assets/stylesheets/sections/nav_sidebar.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/sections/nav_sidebar.scss b/app/assets/stylesheets/sections/nav_sidebar.scss
index dc1a889ed5f..9fb7c017d02 100644
--- a/app/assets/stylesheets/sections/nav_sidebar.scss
+++ b/app/assets/stylesheets/sections/nav_sidebar.scss
@@ -148,10 +148,10 @@
}
}
-@media (max-width: $screen-sm-max) {
+@media (max-width: $screen-md-max) {
@include folded-sidebar;
}
-@media(min-width: $screen-sm-max) {
+@media(min-width: $screen-md-max) {
@include expanded-sidebar;
}