1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00

adjust my library style in mobile

This commit is contained in:
Michael An
2019-05-23 10:10:46 +08:00
parent f7919b3a2b
commit 259e4f0546
4 changed files with 39 additions and 3 deletions

View File

@@ -34,8 +34,9 @@
.side-panel {
position:fixed;
left:-300px;
z-index: 99; /* important! */
width:300px;
z-index: 1060;
width: 300px;
max-width: calc(100% - 40px);
height:100%;
background:#f8f8f8;
-webkit-transition: all 0.3s ease;

View File

@@ -107,3 +107,8 @@
}
/* end path toolbar */
@media (max-width: 767px) {
.border-left-show:before {
width: 0;
}
}