1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00
Files
seahub/frontend/src/css/shared-dir-view.css

29 lines
442 B
CSS
Raw Normal View History

body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.top-header {
background: #f4f4f7;
border-bottom: 1px solid #e8e8e8;
padding: 8px 16px 4px;
height: 53px;
flex-shrink: 0;
}
.title {
font-size: 1.4rem;
margin-bottom: .5rem;
}
.shared-dir-view-main {
width: calc(100% - 40px);
max-width: 950px;
padding: 15px 0 40px;
margin: 0 auto;
}
.op-bar {
padding: 9px 10px;
background: #f2f2f2;
border-radius: 2px;
}