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:
@@ -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;
|
||||
|
@@ -107,3 +107,8 @@
|
||||
}
|
||||
/* end path toolbar */
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.border-left-show:before {
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user