From b263b0eb98678a8a55d8c8adeb9bb22323a706f6 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 1 Aug 2016 20:17:27 +0500 Subject: Multiple Ui improvements (#3678) * Adding permalink back to mobile * Improving reply flow and fixing colorpicker on mobile * Hiding colorpicker on click only for mobile size screens --- webapp/components/rhs_comment.jsx | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'webapp/components/rhs_comment.jsx') diff --git a/webapp/components/rhs_comment.jsx b/webapp/components/rhs_comment.jsx index 758642cae..ed1f71b1e 100644 --- a/webapp/components/rhs_comment.jsx +++ b/webapp/components/rhs_comment.jsx @@ -66,24 +66,22 @@ export default class RhsComment extends React.Component { var dropdownContents = []; - if (!Utils.isMobile()) { - dropdownContents.push( -
  • + - - - -
  • - ); - } + + + + ); if (isOwner && !isSystemMessage) { dropdownContents.push( -- cgit v1.2.3-1-g7c22