Converts the css file to scss file, and adds border-top to comments.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
parent
61b38a16fa
commit
001cd986ed
|
@ -70,6 +70,10 @@
|
|||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
#commentsTabView .comments .comment {
|
||||
border-top: 1px solid $color-border;
|
||||
}
|
||||
|
||||
#commentsTabView .comment .avatar,
|
||||
.atwho-view-ul * .avatar{
|
||||
width: 32px;
|
Loading…
Reference in New Issue