@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Conpherence - remove resize handle since it doesn't work

Summary: Ref T3125. This isn't a fix but it at least doesn't keep the resize handle that doesn't work around

Test Plan: loaded up conpherence, saw no resize handle

Reviewers: epriestley, chad

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T3125

Differential Revision: https://secure.phabricator.com/D5861

+1
+1
webroot/rsrc/css/application/conpherence/message-pane.css
··· 128 128 box-sizing: border-box; 129 129 -moz-box-sizing: border-box; 130 130 -webkit-box-sizing: border-box; 131 + resize: none; 131 132 } 132 133 133 134 .device .conpherence-message-pane .remarkup-assist-textarea {