1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +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:
llj
2024-07-26 16:58:23 +08:00
committed by GitHub
parent accef80b5b
commit 9aeaeed894

View File

@@ -27,6 +27,21 @@
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 {
flex: 0 0 25%;
display: flex;