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 --- .../components/post_view/components/post_info.jsx | 32 ++++++++++------------ 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'webapp/components/post_view') diff --git a/webapp/components/post_view/components/post_info.jsx b/webapp/components/post_view/components/post_info.jsx index 9cb1e751d..ba6a9a982 100644 --- a/webapp/components/post_view/components/post_info.jsx +++ b/webapp/components/post_view/components/post_info.jsx @@ -74,24 +74,22 @@ export default class PostInfo extends React.Component { ); } - if (!Utils.isMobile()) { - dropdownContents.push( -
  • + - - - -
  • - ); - } + + + + ); if (isOwner || isAdmin) { dropdownContents.push( -- cgit v1.2.3-1-g7c22