[Frontend] Mobile and margin tweaks
open #90 Margin off of right scrollbar added for treeview in desktop only; Repositioned nav to parent arrow button in object-browse-bar;
This commit is contained in:
@@ -42,19 +42,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* .user-environ .browse-area,
|
||||
.user-environ .edit-area,
|
||||
.user-environ .editor {
|
||||
top: 0; left: 0; right: 0; bottom: $ueFooterH;
|
||||
}
|
||||
|
||||
.holder.holder-object-and-inspector,
|
||||
.holder.holder-create-and-search {
|
||||
top: $bodyMargin !important;
|
||||
right: $bodyMargin !important;
|
||||
bottom: $bodyMargin !important;
|
||||
left: $bodyMargin !important;
|
||||
}*/
|
||||
}
|
||||
|
||||
|
||||
// When the tree is hidden, these are the
|
||||
@@ -111,7 +101,7 @@
|
||||
|
||||
.object-browse-bar {
|
||||
//@include test();
|
||||
left: 30px !important;
|
||||
left: 45px !important;
|
||||
.context-available {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
@@ -316,11 +316,6 @@
|
||||
right: $interiorMargin;
|
||||
}
|
||||
}
|
||||
/* &.toggle-search.anchor-left {
|
||||
&:before {
|
||||
content:"M"
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
@@ -510,6 +505,9 @@
|
||||
}
|
||||
|
||||
@include desktop {
|
||||
.pane.treeview.left .tree-holder {
|
||||
padding-right: $interiorMargin;
|
||||
}
|
||||
.pane-tree-hidden {
|
||||
.pane.right.primary-pane { left: $ueCollapsedPaneEdgeM !important; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user