mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
12 lines
243 B
CSS
12 lines
243 B
CSS
![]() |
.side-panel .side-nav-folded {
|
||
|
overflow: visible;
|
||
|
}
|
||
|
|
||
|
.side-panel .side-nav-folded .side-nav-con {
|
||
|
overflow: visible;
|
||
|
}
|
||
|
|
||
|
.side-panel .side-nav-folded .nav-item .nav-link:hover {
|
||
|
transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
|
||
|
}
|