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

Fix height of send message area on Conpherence

Summary: When I tweaked the mobile layout, this didn't get updated. Reduces height of send message area.

Test Plan: test layout on mobile and desktop

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+4 -4
+2 -2
resources/celerity/map.php
··· 46 46 'rsrc/css/application/config/config-template.css' => '25d446d6', 47 47 'rsrc/css/application/config/setup-issue.css' => '69e640e7', 48 48 'rsrc/css/application/conpherence/menu.css' => '561348ac', 49 - 'rsrc/css/application/conpherence/message-pane.css' => 'e46b612c', 49 + 'rsrc/css/application/conpherence/message-pane.css' => 'e57041c8', 50 50 'rsrc/css/application/conpherence/notification.css' => '403cf598', 51 51 'rsrc/css/application/conpherence/update.css' => '1099a660', 52 52 'rsrc/css/application/conpherence/widget-pane.css' => 'bf275a6c', ··· 505 505 'auth-css' => '1e655982', 506 506 'config-options-css' => '7fedf08b', 507 507 'conpherence-menu-css' => '561348ac', 508 - 'conpherence-message-pane-css' => 'e46b612c', 508 + 'conpherence-message-pane-css' => 'e57041c8', 509 509 'conpherence-notification-css' => '403cf598', 510 510 'conpherence-update-css' => '1099a660', 511 511 'conpherence-widget-pane-css' => 'bf275a6c',
+2 -2
webroot/rsrc/css/application/conpherence/message-pane.css
··· 50 50 left: 280px; 51 51 right: 241px; 52 52 top: 76px; 53 - bottom: 190px; 53 + bottom: 185px; 54 54 overflow-y: auto; 55 55 box-shadow: inset 1px 4px 5px rgba(0,0,0,0.1); 56 56 -webkit-overflow-scrolling: touch; ··· 77 77 .conpherence-message-pane .phui-form-view { 78 78 border-width: 0; 79 79 background-color: {$lightgreybackground}; 80 - height: 190px; 80 + height: 185px; 81 81 padding: 0; 82 82 position: fixed; 83 83 bottom: 0;