Skip to content
Snippets Groups Projects
Commit b83e87c8 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] hidetoggle button for menu, when not need

parent 0fa834c3
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,9 @@ $screen-md: 992px;
$screen-md-max: 1199px;
$screen-lg: 1200px;
// Resolution for left menu show/hide
$screen-nomenu-max: $screen-xs-max;
$screen-menu: $screen-sm;
// IE10 on Windows Phone 8
// IE10 on WP8 doesn't report CSS pixels, but actual device pixels. In
......@@ -368,9 +371,6 @@ $screen-lg: 1200px;
Left menu
=============== */
// Resolution for left menu show/hide
$screen-nomenu-max: 844px;
$screen-menu: 845px;
// Screen without left menu
@media screen and (max-width: $screen-nomenu-max) {
......@@ -521,7 +521,7 @@ $screen-menu: 845px;
}
// Menu for NOT small screens
@media screen and (min-width: $screen-sm) {
@media screen and (min-width: $screen-md) {
.menu.menu-left {
.list {
......
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