reenable commenting on mobile, which was disabled in #2512

This commit is contained in:
Ben Wheeler 2019-01-30 09:56:04 -05:00
parent 29b08dfd16
commit 1a39d82fbf

View file

@ -1,5 +1,4 @@
@import "../../../colors";
@import "../../../frameless";
.compose-comment {
margin-left: .5rem;
@ -229,14 +228,6 @@
content: "";
}
}
/* hide comment input on tablets and mobile */
@media #{$medium-and-smaller} {
.comment-reply {
display: none;
}
}
}
}
@ -265,13 +256,6 @@
margin-bottom: 1.5rem;
}
/* hide comment input on tablets and mobile */
@media #{$medium-and-smaller} {
.comments-root-reply {
display: none;
}
}
.comment-reply-row {
margin-top: 1.5rem;
margin-left: .5rem;