1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00
Files
seahub/frontend/src/css/main-side-nav-folded.css

22 lines
393 B
CSS
Raw Normal View History

.side-panel .side-nav-folded {
overflow: visible;
}
.side-panel .side-nav-folded .side-nav-con {
overflow: visible;
}
.side-panel .side-nav-folded .nav-item {
cursor: default;
}
.side-panel .side-nav-folded .nav-item .nav-link:hover {
transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
}
.side-nav-folded #files-sub-nav {
width: 240px;
background: #fff;
z-index: 2;
}