@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.

Minor Conpherence CSS tweaks

Summary:
- Elastic scrolling in message view
- Form now 100% wide in mobile

Test Plan: Mobile iOS, Chrome

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

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

+8 -4
+2 -2
src/__celerity_resource_map__.php
··· 906 906 ), 907 907 'conpherence-menu-css' => 908 908 array( 909 - 'uri' => '/res/7413379f/rsrc/css/application/conpherence/menu.css', 909 + 'uri' => '/res/2ba4444e/rsrc/css/application/conpherence/menu.css', 910 910 'type' => 'css', 911 911 'requires' => 912 912 array( ··· 915 915 ), 916 916 'conpherence-message-pane-css' => 917 917 array( 918 - 'uri' => '/res/2876cc7f/rsrc/css/application/conpherence/message-pane.css', 918 + 'uri' => '/res/6a4811a7/rsrc/css/application/conpherence/message-pane.css', 919 919 'type' => 'css', 920 920 'requires' => 921 921 array(
+4
webroot/rsrc/css/application/conpherence/menu.css
··· 19 19 bottom: 0; 20 20 } 21 21 22 + .device-phone .conpherence-menu-pane { 23 + -webkit-overflow-scrolling: touch; 24 + } 25 + 22 26 .conpherence-content-pane { 23 27 margin-left: 300px; 24 28 position: relative;
+2 -2
webroot/rsrc/css/application/conpherence/message-pane.css
··· 42 42 right: 281px; 43 43 } 44 44 45 - 46 - .conpherence-message-pane .aphront-form-input { 45 + .conpherence-layout .conpherence-message-pane .phabricator-form-view 46 + div.aphront-form-input { 47 47 margin: 0; 48 48 width: 100%; 49 49 }