[Mobile] Left tree

Attempt to resize left
tree menu when changing device.
Currently does not move the splitter
bar.
This commit is contained in:
Dave
2015-07-07 16:46:32 -07:00
parent 79fb6eabd9
commit 24fae72492
4 changed files with 68 additions and 93 deletions

View File

@@ -55,21 +55,17 @@ $min-large: 770px;
// style="min-width: 150px; max-width: 800px; width: 25%;"
.browser-manage {
// @media only screen and ($max-name : $max-small) {
// width: 100%;
// }
//
// @media only screen and ($min-name : $min-large) {
@include phone {
width: 150px;
}
@include tablet {
width: 150px;
}
@include desktop {
min-width: 150px;
max-width: 800px;
width: 25%;
// }
}
.rem-display {
// @media only screen and ($max-name : $max-small) {
// display: none;
// }
width: 25%;
}
}
.contents {