mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-20 18:32:41 +00:00
Improve side nav show/hide on window resize
This commit is contained in:
@@ -675,6 +675,7 @@ textarea:-moz-placeholder {/* for FF */
|
||||
background: #f8f8f8;
|
||||
width:300px;
|
||||
position:fixed;
|
||||
left:-300px;
|
||||
top:0;
|
||||
bottom:0;
|
||||
z-index:1;
|
||||
@@ -684,6 +685,11 @@ textarea:-moz-placeholder {/* for FF */
|
||||
border-right:1px solid #eee;
|
||||
}
|
||||
}
|
||||
.side-tabnav {
|
||||
-webkit-transition: all 0.3s ease;
|
||||
-moz-transition: all 0.3s ease;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
.side-tabnav .hd {
|
||||
margin-bottom:0.5em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user