Bring reply link up closer to comment details
This commit is contained in:
@ -196,6 +196,10 @@ ul {
|
|||||||
margin-top: -15px;
|
margin-top: -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.negative-20 {
|
||||||
|
margin-top: -20px;
|
||||||
|
}
|
||||||
|
|
||||||
.landing-p {
|
.landing-p {
|
||||||
font-size: 18px !important;
|
font-size: 18px !important;
|
||||||
}
|
}
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
"</div>" +
|
"</div>" +
|
||||||
"</h6>" +
|
"</h6>" +
|
||||||
"</div>" +
|
"</div>" +
|
||||||
"<div class='row negative-15'>" +
|
"<div class='row negative-20'>" +
|
||||||
"<div class='col-xs-6 comment-a-comment'>" +
|
"<div class='col-xs-6 comment-a-comment'>" +
|
||||||
"<h6>" +
|
"<h6>" +
|
||||||
"<a id='" + commentDetails._id + "'>Reply</a>" +
|
"<a id='" + commentDetails._id + "'>Reply</a>" +
|
||||||
|
Reference in New Issue
Block a user