1
0
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:
Michael An
2024-08-23 17:52:21 +08:00
committed by GitHub
parent 500b1dbb6b
commit d6a589a09b
3 changed files with 126 additions and 98 deletions

View File

@@ -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);
}