1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00

Implement wiki mode menu function (#2461)

This commit is contained in:
山水人家
2018-10-25 13:36:06 +08:00
committed by Daniel Pan
parent 91cbfc508e
commit f3e0284751
39 changed files with 1995 additions and 610 deletions

View File

@@ -58,6 +58,7 @@
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
}
.side-panel-center,
@@ -108,6 +109,12 @@
border-radius: 2px;
}
.cur-view-detail {
display: flex;
width: 20rem;
}
/* for reach/router */
[role=group] {
display: flex;
flex: 1;