Hide the sidebar if it's empty.

When updating the view check to see if the sidebar
contains any visible children elements. If not,
hide it.
This commit is contained in:
John Glover
2013-02-06 12:09:34 +01:00
parent d1a5c0803d
commit f0005bed6c
6 changed files with 24 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
.recline-data-explorer .data-view-container {
display: block;
margin-right: 225px;
}
.recline-data-explorer .data-view-sidebar {