diff --git a/src/views/preview/comment/comment.scss b/src/views/preview/comment/comment.scss index bdc93a397..cff4c131b 100644 --- a/src/views/preview/comment/comment.scss +++ b/src/views/preview/comment/comment.scss @@ -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;