adjust tree node heights when language picker is rendered

This commit is contained in:
Nathan Woulfe
2018-07-18 08:47:04 +10:00
parent 53cb961234
commit 021b46120c
2 changed files with 9 additions and 3 deletions
@@ -1,6 +1,12 @@
.umb-language-picker {
position: relative;
z-index: @zindexDropdown;
z-index: @zindexDropdown;
// align bottom of tree root with bottom of first tab header in the editor
// means that there's a hierarchy in the element heights in the left panel, based on their height
~ #tree .umb-tree-root {
height:60px;
}
}
.umb-language-picker__toggle {
@@ -10,7 +16,7 @@
padding: 0 20px;
cursor: pointer;
border-bottom: 1px solid @gray-9;
height: 50px;
height: @editorHeaderHeight; // match height to editor header
box-sizing: border-box;
}
+1 -1
View File
@@ -116,7 +116,7 @@ h5.-black {
/* FORM GRID */
.umb-pane {
margin: 30px 20px;
margin: 20px;
}
.umb-control-group {
border-bottom: 1px solid @gray-10;