From 1a39d82fbfda207c36b0246f20b056599c38a048 Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Wed, 30 Jan 2019 09:56:04 -0500 Subject: [PATCH] reenable commenting on mobile, which was disabled in #2512 --- src/views/preview/comment/comment.scss | 16 ---------------- 1 file changed, 16 deletions(-) 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;