1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00
Files
seahub/frontend/src/css/tc-accept.css

19 lines
225 B
CSS
Raw Normal View History

body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.top-header {
background-color: var(--bs-header-bg);
border-bottom: 1px solid #eee;
padding: .5rem 1rem;
flex-shrink: 0;
}
.content {
max-width: 950px;
}