mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 07:08:55 +00:00
change side nav folded animation (#6627)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
.side-panel .side-nav-folded {
|
||||
overflow: visible;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.side-panel .side-nav-folded .side-nav-con {
|
||||
overflow: visible;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.side-panel .side-nav-folded .nav-item {
|
||||
@@ -17,6 +19,6 @@
|
||||
.side-nav-folded #files-sub-nav {
|
||||
width: 240px;
|
||||
background: #fff;
|
||||
z-index: 2;
|
||||
top: 60px;
|
||||
transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user