mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 15:26:19 +00:00
16 lines
207 B
CSS
16 lines
207 B
CSS
![]() |
body {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
#wrapper {
|
||
|
height: 100%;
|
||
|
}
|
||
|
.top-header {
|
||
|
background: #f4f4f7;
|
||
|
border-bottom: 1px solid #e8e8e8;
|
||
|
padding: .5rem 1rem;
|
||
|
flex-shrink: 0;
|
||
|
}
|
||
|
.content {
|
||
|
max-width: 950px;
|
||
|
}
|