add possibility to get last 10 user comments

This commit is contained in:
igoradamenko
2018-06-18 23:28:29 +03:00
parent 1c0e1a2b07
commit 5dcd7aea4e
14 changed files with 165 additions and 30 deletions
@@ -0,0 +1,11 @@
.comment_view_user {
.comment__time {
margin-left: 0;
}
&.comment_collapsed {
.comment__text, .comment__actions {
display: block;
}
}
}