@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 CSS tweaks Conpherence

Summary: Minor pixel shifts with new header ui in place.

Test Plan: Desktop, Mobile, Tablet, with and without search and participants open

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+11 -13
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'conpherence.pkg.css' => 'a34d59bd', 10 + 'conpherence.pkg.css' => '3776e82d', 11 11 'conpherence.pkg.js' => '5f86c17d', 12 12 'core.pkg.css' => '959330a2', 13 13 'core.pkg.js' => '47a69358', ··· 47 47 'rsrc/css/application/config/setup-issue.css' => 'f794cfc3', 48 48 'rsrc/css/application/config/unhandled-exception.css' => '4c96257a', 49 49 'rsrc/css/application/conpherence/durable-column.css' => '89ea6bef', 50 - 'rsrc/css/application/conpherence/header-pane.css' => '6b2dadbe', 50 + 'rsrc/css/application/conpherence/header-pane.css' => 'a1104b93', 51 51 'rsrc/css/application/conpherence/menu.css' => '88100764', 52 - 'rsrc/css/application/conpherence/message-pane.css' => '14199428', 52 + 'rsrc/css/application/conpherence/message-pane.css' => 'b0f55ecc', 53 53 'rsrc/css/application/conpherence/notification.css' => 'cef0a3fc', 54 54 'rsrc/css/application/conpherence/participant-pane.css' => '26a3ce56', 55 55 'rsrc/css/application/conpherence/transaction.css' => '85129c68', ··· 556 556 'config-options-css' => '0ede4c9b', 557 557 'config-page-css' => 'c1d5121b', 558 558 'conpherence-durable-column-view' => '89ea6bef', 559 - 'conpherence-header-pane-css' => '6b2dadbe', 559 + 'conpherence-header-pane-css' => 'a1104b93', 560 560 'conpherence-menu-css' => '88100764', 561 - 'conpherence-message-pane-css' => '14199428', 561 + 'conpherence-message-pane-css' => 'b0f55ecc', 562 562 'conpherence-notification-css' => 'cef0a3fc', 563 563 'conpherence-participant-pane-css' => '26a3ce56', 564 564 'conpherence-thread-manager' => '4d863052',
+1 -1
webroot/rsrc/css/application/conpherence/header-pane.css
··· 3 3 */ 4 4 5 5 .conpherence-header-pane { 6 - background-color: #f9f9f9; 6 + background-color: {$lightbluebackground}; 7 7 } 8 8 9 9 .conpherence-header-pane .phui-header-shell {
+5 -7
webroot/rsrc/css/application/conpherence/message-pane.css
··· 9 9 position: fixed; 10 10 left: 240px; 11 11 right: 240px; 12 - top: 102px; 12 + top: 106px; 13 13 bottom: 0px; 14 14 min-width: 300px; 15 15 width: auto; ··· 20 20 .device .loading .messages-loading-icon, 21 21 .device .conpherence-layout .conpherence-no-threads { 22 22 left: 0; 23 - right: 0; 24 - width: 100%; 25 23 } 26 24 27 25 .conpherence-layout .conpherence-content-pane .conpherence-no-threads { ··· 57 55 position: fixed; 58 56 left: 240px; 59 57 right: 240px; 60 - top: 104px; 58 + top: 106px; 61 59 bottom: 142px; 62 60 overflow-x: hidden; 63 61 overflow-y: auto; ··· 360 358 361 359 .device .conpherence-message-pane .remarkup-assist-textarea { 362 360 margin: 0; 363 - padding: 7px 8px 6px 30px; 361 + padding: 7px 8px 6px 38px; 364 362 width: 100%; 365 363 height: 34px; 366 364 resize: none; ··· 447 445 .show-searchbar .conpherence-search-form-view { 448 446 display: block; 449 447 height: 54px; 450 - background: {$lightbluebackground}; 448 + background: #fff; 451 449 position: absolute; 452 - top: 1px; 450 + top: 0; 453 451 left: 0; 454 452 right: 0; 455 453 }