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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user