Fix comment_info block for small screens

This commit is contained in:
Mihail Novikov
2018-07-06 01:56:04 +04:00
committed by Aleksei Gurianov
parent bae2b8dcaa
commit 6c41ce263c
5 changed files with 5 additions and 6 deletions
@@ -1,4 +1,7 @@
.comment__info {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 6px;
padding-right: 84px;
font-size: 14px;
@@ -2,7 +2,6 @@
display: inline-block;
height: 10px;
width: 16px;
margin-left: 8px;
vertical-align: -1px;
background: url('comment__link-to-parent.svg') center no-repeat;
cursor: pointer;
@@ -1,5 +1,5 @@
.comment__time {
margin-left: 8px;
margin-right: 8px;
vertical-align: middle;
color: #999;
text-decoration: none;
@@ -1,4 +1,5 @@
.comment__username {
margin-right: 8px;
vertical-align: middle;
font-weight: 700;
text-decoration: none;
@@ -1,8 +1,4 @@
.comment_view_user {
.comment__time {
margin-left: 0;
}
&.comment_collapsed {
.comment__text, .comment__actions {
display: block;