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

Clean up blank states on Phriction

Summary: Removes odd margin. Also removes min-height on content.

Test Plan: Test a fresh Phriction, and a deleted page.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+6 -7
+2 -2
resources/celerity/map.php
··· 126 126 'rsrc/css/phui/phui-box.css' => '7b3a2eed', 127 127 'rsrc/css/phui/phui-button.css' => 'ffe12633', 128 128 'rsrc/css/phui/phui-crumbs-view.css' => '594d719e', 129 - 'rsrc/css/phui/phui-document.css' => 'a494bdf8', 129 + 'rsrc/css/phui/phui-document.css' => '8240b0b1', 130 130 'rsrc/css/phui/phui-error-view.css' => 'ad042fdd', 131 131 'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5', 132 132 'rsrc/css/phui/phui-fontkit.css' => '9ae12677', ··· 779 779 'phui-calendar-list-css' => 'c1d0ca59', 780 780 'phui-calendar-month-css' => 'a92e47d2', 781 781 'phui-crumbs-view-css' => '594d719e', 782 - 'phui-document-view-css' => 'a494bdf8', 782 + 'phui-document-view-css' => '8240b0b1', 783 783 'phui-error-view-css' => 'ad042fdd', 784 784 'phui-feed-story-css' => 'c9f3a0b5', 785 785 'phui-font-icon-base-css' => '3dad2ae3',
+4 -5
webroot/rsrc/css/phui/phui-document.css
··· 102 102 } 103 103 104 104 .phui-document-content { 105 - min-height: 240px; 106 105 background: #fff; 107 - 108 - /* NOTE: This fixes margins, not floats, and can not be replaced with 109 - the ".group" class. See T3150. 110 - */ 111 106 overflow: hidden; 112 107 } 113 108 ··· 152 147 .phui-document-view .phui-property-list-view { 153 148 border-bottom: 1px solid {$thinblueborder}; 154 149 } 150 + 151 + .phui-document-view .phui-error-severity-nodata { 152 + background-color: {$lightgreybackground}; 153 + }