1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 13:50:07 +00:00

Combine view mode (#2959)

This commit is contained in:
杨顺强
2019-02-20 11:54:25 +08:00
committed by Daniel Pan
parent c73bf667ed
commit a7b0fb17f4
30 changed files with 2178 additions and 1124 deletions

View File

@@ -18,14 +18,14 @@
}
.side-panel {
flex: 0 0 25%;
flex: 0 0 22%;
display: flex;
flex-direction: column;
overflow: hidden;
}
.main-panel {
flex: 1 0 75%;
flex: 1 0 78%;
display: flex;
flex-direction: column;
}
@@ -46,6 +46,7 @@
.side-panel-north,
.main-panel-north {
position: relative;
padding: .5rem 1rem;
display: flex;
flex-shrink: 0;