1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00

[repo history] rewrote it with react (#3541)

* [repo history] rewrote it with react

* [repo history] update
This commit is contained in:
llj
2019-05-27 17:48:58 +08:00
committed by Daniel Pan
parent 07881f6ff9
commit 4640cd9e99
10 changed files with 595 additions and 4 deletions

View File

@@ -0,0 +1,28 @@
body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.top-header {
background: #f4f4f7;
border-bottom: 1px solid #e8e8e8;
padding: .5rem 1rem;
flex-shrink: 0;
}
.details {
font-size: 12px;
color: #666;
text-decoration: underline;
margin-left: .25rem;
}
.commit-label {
padding: 1px 5px;
margin: 0 2px;
background: #eee;
border-radius: 3px;
white-space: nowrap;
}
.commit-detail-item {
list-style-type: none;
}

View File

@@ -7,8 +7,7 @@ body {
.top-header {
background: #f4f4f7;
border-bottom: 1px solid #e8e8e8;
padding: 8px 16px 4px;
height: 53px;
padding: .5rem 1rem;
flex-shrink: 0;
}