mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 18:30:53 +00:00
New file history (#2359)
This commit is contained in:
committed by
Daniel Pan
parent
5924c65d08
commit
ca0110e996
27
frontend/src/css/layout.css
Normal file
27
frontend/src/css/layout.css
Normal file
@@ -0,0 +1,27 @@
|
||||
.side-panel {
|
||||
flex: 1 1 20%;
|
||||
}
|
||||
.main-panel {
|
||||
flex: 1 1 80%;
|
||||
}
|
||||
|
||||
.side-panel-north,
|
||||
.main-panel-north {
|
||||
padding: .5rem 1rem;
|
||||
background: #f4f4f7;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.side-panel-center {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-right: 1px solid #eee;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.main-panel-center {
|
||||
flex: 1;
|
||||
}
|
Reference in New Issue
Block a user