mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 10:58:33 +00:00
['dir view' page] 'file/folder tree panel': make it fully shown as an independent panel in mobile (#6428)
This commit is contained in:
@@ -27,6 +27,21 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.dir-content-nav {
|
||||||
|
position:fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: 1031;
|
||||||
|
width: 300px;
|
||||||
|
max-width: calc(100% - 40px);
|
||||||
|
height:100%;
|
||||||
|
-webkit-transition: all 0.3s ease;
|
||||||
|
-moz-transition: all 0.3s ease;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.dir-content-nav {
|
.dir-content-nav {
|
||||||
flex: 0 0 25%;
|
flex: 0 0 25%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user