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:
Abijeet 2018-01-19 02:32:57 +05:30
parent 61b38a16fa
commit 001cd986ed
1 changed files with 4 additions and 0 deletions

View File

@ -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;