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

Allow tablet breakpoint in Conpherence to have persistent participant pane

Summary: tablet viewpoints here are wide enough to support the participant column, go ahead and give it dedicated space.

Test Plan: review tablet, desktop, and mobile breakpoints in conpherence with column toggled on and off

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+18 -6
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'conpherence.pkg.css' => '6412a825', 10 + 'conpherence.pkg.css' => 'fabab894', 11 11 'conpherence.pkg.js' => 'cbe4d9be', 12 12 'core.pkg.css' => 'b99bbf5e', 13 13 'core.pkg.js' => '2d9fc958', ··· 49 49 'rsrc/css/application/conpherence/durable-column.css' => 'd82e130c', 50 50 'rsrc/css/application/conpherence/header-pane.css' => '1c81cda6', 51 51 'rsrc/css/application/conpherence/menu.css' => '4f51db5a', 52 - 'rsrc/css/application/conpherence/message-pane.css' => 'b80f1675', 52 + 'rsrc/css/application/conpherence/message-pane.css' => 'b499f371', 53 53 'rsrc/css/application/conpherence/notification.css' => '965db05b', 54 - 'rsrc/css/application/conpherence/participant-pane.css' => '7bba0b56', 54 + 'rsrc/css/application/conpherence/participant-pane.css' => 'ac1baaa8', 55 55 'rsrc/css/application/conpherence/transaction.css' => '85129c68', 56 56 'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4', 57 57 'rsrc/css/application/countdown/timer.css' => '16c52f5c', ··· 619 619 'conpherence-durable-column-view' => 'd82e130c', 620 620 'conpherence-header-pane-css' => '1c81cda6', 621 621 'conpherence-menu-css' => '4f51db5a', 622 - 'conpherence-message-pane-css' => 'b80f1675', 622 + 'conpherence-message-pane-css' => 'b499f371', 623 623 'conpherence-notification-css' => '965db05b', 624 - 'conpherence-participant-pane-css' => '7bba0b56', 624 + 'conpherence-participant-pane-css' => 'ac1baaa8', 625 625 'conpherence-thread-manager' => '358c717b', 626 626 'conpherence-transaction-css' => '85129c68', 627 627 'd3' => 'a11a5ff2',
+12
webroot/rsrc/css/application/conpherence/message-pane.css
··· 83 83 84 84 .device .conpherence-message-pane .conpherence-messages { 85 85 left: 0; 86 + bottom: 44px; 87 + box-shadow: none; 88 + } 89 + 90 + .device-phone .conpherence-message-pane .conpherence-messages { 91 + left: 0; 86 92 right: 0; 87 93 bottom: 44px; 88 94 width: 100%; ··· 186 192 } 187 193 188 194 .device .conpherence-message-pane .phui-form-view { 195 + left: 0; 196 + height: 34px; 197 + width: auto; 198 + } 199 + 200 + .device-phone .conpherence-message-pane .phui-form-view { 189 201 left: 0; 190 202 right: 0; 191 203 height: 34px;
+1 -1
webroot/rsrc/css/application/conpherence/participant-pane.css
··· 15 15 -webkit-overflow-scrolling: touch; 16 16 } 17 17 18 - .device .conpherence-participant-pane { 18 + .device-phone .conpherence-participant-pane { 19 19 background-color: {$page.background}; 20 20 } 21 21