1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00
Files
seahub/frontend/src/css/file-view-data-grid.css
杨顺强 978187bcfd Data grid module (#3210)
* Initialize the sdb file loading process

* add ctable view module

* change logo to name

* optimized code
2019-04-04 17:19:10 +08:00

14 lines
232 B
CSS

#header {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #e8e8e8;
background-color: #f4f4f7;
font-size: 1rem;
padding: 0.5rem 1rem;
}
#main {
display: flex;
flex: 1;
}