[Frontend] Manual re-do of collapse/expand panes

open #90
Refined positioning of .mini-tab elements when
panes are collapsed;
This commit is contained in:
Charles Hacskaylo
2015-10-22 19:26:59 -07:00
parent 3687cc5edd
commit 57f11a9767
7 changed files with 269 additions and 196 deletions

View File

@@ -265,6 +265,9 @@
&:after {
content: 'F';
}
&.collapsed {
left: -1 * $bodyMargin;
}
}
&.toggle-inspect.anchor-right {
$xpos: $paneOffset + $interiorMargin;
@@ -272,6 +275,9 @@
&:after {
content: '\e608';
}
&.collapsed {
right: -1 * $interiorMargin;
}
}
}
}
@@ -379,7 +385,7 @@
// When the tree is hidden, these are the
// classes used for the left menu and the
// right representation.
.browse-hidetree {
.pane-tree-hidden {
@include user-select(none);
// Sets the left tree menu when the tree is hidden.
.pane.left.treeview {
@@ -391,7 +397,7 @@
}
}
.browse-showtree {
.pane-tree-showing {
// Sets the left tree menu when the tree is shown.
.pane.left.treeview {
@include trans-prop-nice(opacity, .4s);