UI Project: move sticky breadcrumbs when sidebar is visible.
This commit is contained in:
parent
f72c1fffca
commit
50d17de278
@ -16,22 +16,38 @@ body.svnman, body.edit_node_types, body.search-project
|
|||||||
overflow-y: auto
|
overflow-y: auto
|
||||||
z-index: $z-index-base
|
z-index: $z-index-base
|
||||||
|
|
||||||
+media-xs
|
&.is-sidebar-visible
|
||||||
flex-direction: column-reverse
|
.breadcrumbs-container
|
||||||
min-height: auto
|
+media-xs
|
||||||
|
left: $project_nav-width-xs
|
||||||
|
+media-sm
|
||||||
|
left: $project_nav-width-sm
|
||||||
|
+media-md
|
||||||
|
left: $project_nav-width-md
|
||||||
|
+media-lg
|
||||||
|
left: $project_nav-width-lg
|
||||||
|
+media-xl
|
||||||
|
left: $project_nav-width-xl
|
||||||
|
|
||||||
#project-side-container
|
#project-side-container
|
||||||
display: flex
|
display: flex
|
||||||
|
|
||||||
+media-xs
|
+media-xs
|
||||||
flex-direction: column-reverse
|
position: fixed
|
||||||
|
bottom: 0
|
||||||
|
right: 0
|
||||||
|
top: $project_header-height
|
||||||
|
left: 0
|
||||||
|
z-index: 1
|
||||||
|
height: 100%
|
||||||
|
|
||||||
|
|
||||||
#project_nav,
|
#project_nav,
|
||||||
#project_tree,
|
#project_tree,
|
||||||
#project_nav-container
|
#project_nav-container
|
||||||
+media-xs
|
+media-xs
|
||||||
width: $project_nav-width-xs
|
height: 100vh
|
||||||
|
width: 100%
|
||||||
+media-sm
|
+media-sm
|
||||||
width: $project_nav-width-sm
|
width: $project_nav-width-sm
|
||||||
+media-md
|
+media-md
|
||||||
@ -44,14 +60,13 @@ body.svnman, body.edit_node_types, body.search-project
|
|||||||
width: $project_nav-width
|
width: $project_nav-width
|
||||||
|
|
||||||
#project_nav-container
|
#project_nav-container
|
||||||
+media-xs
|
|
||||||
display: block
|
|
||||||
height: initial !important
|
|
||||||
position: relative
|
|
||||||
|
|
||||||
position: fixed
|
position: fixed
|
||||||
z-index: $z-index-base + 5
|
z-index: $z-index-base + 5
|
||||||
|
|
||||||
|
.project-sidebar-toggle
|
||||||
|
right: 5px
|
||||||
|
z-index: 1
|
||||||
|
|
||||||
#project_sidebar
|
#project_sidebar
|
||||||
box-shadow: inset -1px 0 0 0 $color-background
|
box-shadow: inset -1px 0 0 0 $color-background
|
||||||
flex-shrink: 0
|
flex-shrink: 0
|
||||||
@ -111,6 +126,8 @@ body.svnman, body.edit_node_types, body.search-project
|
|||||||
right: 0
|
right: 0
|
||||||
z-index: $z-index-base + 3
|
z-index: $z-index-base + 3
|
||||||
|
|
||||||
|
+media-xs
|
||||||
|
bottom: 0
|
||||||
|
|
||||||
/* Edit Asset buttons */
|
/* Edit Asset buttons */
|
||||||
.project-mode-view,
|
.project-mode-view,
|
||||||
@ -237,6 +254,8 @@ ul.project-edit-tools
|
|||||||
min-height: 800px
|
min-height: 800px
|
||||||
border: none
|
border: none
|
||||||
|
|
||||||
|
.breadcrumbs-container
|
||||||
|
top: $project_header-height + 1
|
||||||
|
|
||||||
#project_context
|
#project_context
|
||||||
.node-details-description
|
.node-details-description
|
||||||
@ -250,8 +269,6 @@ ul.project-edit-tools
|
|||||||
|
|
||||||
/* The actual navigation tree container */
|
/* The actual navigation tree container */
|
||||||
#project_tree
|
#project_tree
|
||||||
+media-xs
|
|
||||||
margin-top: 0
|
|
||||||
overflow-y: auto // show vertical scrollbars when needed.
|
overflow-y: auto // show vertical scrollbars when needed.
|
||||||
padding: 5px 0 // some padding on top/bottom of jsTree.
|
padding: 5px 0 // some padding on top/bottom of jsTree.
|
||||||
position: relative
|
position: relative
|
||||||
|
Loading…
x
Reference in New Issue
Block a user