fix right sidebar position and first style
This commit is contained in:
parent
781ba420c9
commit
3c36813ea7
|
@ -1,3 +1,3 @@
|
||||||
.app-files .shareTabView {
|
.app-files .shareTabView {
|
||||||
min-height: 200px;
|
min-height: 100px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -425,13 +425,12 @@
|
||||||
sibling containers properly. Compare Files app for example.
|
sibling containers properly. Compare Files app for example.
|
||||||
*/
|
*/
|
||||||
#app-sidebar {
|
#app-sidebar {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 45px;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: auto;
|
left: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 30%;
|
width: 300px;
|
||||||
min-width: 300px;
|
|
||||||
display: block;
|
display: block;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
-webkit-transition: margin-right 300ms;
|
-webkit-transition: margin-right 300ms;
|
||||||
|
@ -441,14 +440,11 @@
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
border-top-left-radius: 3px;
|
|
||||||
border-bottom-left-radius: 3px;
|
|
||||||
box-shadow: 0 2px 3px rgba(50, 50, 50, .4);
|
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app-sidebar ~ .with-app-sidebar {
|
#app-sidebar ~ .with-app-sidebar {
|
||||||
width: 70%;
|
width: 73%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app-sidebar.disappear {
|
#app-sidebar.disappear {
|
||||||
|
@ -639,4 +635,3 @@ em {
|
||||||
.tabsContainer .tab {
|
.tabsContainer .tab {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue