Show review summary in pull requests (#5132)
This commit is contained in:
parent
cef0f12c51
commit
0dcf31ae49
8 changed files with 179 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -556,6 +556,38 @@
|
|||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
.review-item {
|
||||
|
||||
.avatar, .type-icon{
|
||||
float: none;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
|
||||
.octicon {
|
||||
width: 23px;
|
||||
font-size: 23px;
|
||||
margin-top: 0.45em;
|
||||
}
|
||||
}
|
||||
|
||||
.text {
|
||||
margin: .3em 0 .5em .5em
|
||||
}
|
||||
|
||||
.type-icon{
|
||||
float: right;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.divider{
|
||||
margin: .5rem 0;
|
||||
}
|
||||
|
||||
.review-content {
|
||||
padding: 1em 0 1em 3.8em;
|
||||
}
|
||||
}
|
||||
}
|
||||
.comment-list {
|
||||
&:before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue