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

Remove action list bg on phui-document

Summary: Slightly cleaner UI. //innovation//

Test Plan: reload page, see cleaner ui. Test mobile, tablet breakpoints

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin, chad

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

+5 -14
+2 -2
resources/celerity/map.php
··· 130 130 'rsrc/css/phui/calendar/phui-calendar.css' => '5e1ad989', 131 131 'rsrc/css/phui/phui-box.css' => 'a36cf3a5', 132 132 'rsrc/css/phui/phui-button.css' => '8784a966', 133 - 'rsrc/css/phui/phui-document.css' => '10f59385', 133 + 'rsrc/css/phui/phui-document.css' => '3b078dc0', 134 134 'rsrc/css/phui/phui-feed-story.css' => '3a59c2cf', 135 135 'rsrc/css/phui/phui-fontkit.css' => 'de84aa4a', 136 136 'rsrc/css/phui/phui-form-view.css' => '867463b4', ··· 746 746 'phui-calendar-day-css' => 'de035c8a', 747 747 'phui-calendar-list-css' => 'c1d0ca59', 748 748 'phui-calendar-month-css' => '5e762971', 749 - 'phui-document-view-css' => '10f59385', 749 + 'phui-document-view-css' => '3b078dc0', 750 750 'phui-feed-story-css' => '3a59c2cf', 751 751 'phui-fontkit-css' => 'de84aa4a', 752 752 'phui-form-css' => 'b78ec020',
+3 -12
webroot/rsrc/css/phui/phui-document.css
··· 106 106 overflow: hidden; 107 107 } 108 108 109 - .device-desktop .phui-document-content .phabricator-action-list-view { 110 - margin: 10px 10px 0 0; 111 - background: {$lightgreybackground}; 112 - } 113 - 114 109 .device-phone .phui-document-content .phabricator-action-list-view { 115 110 margin: 0; 116 111 border-bottom: 1px solid #c0c5d1; ··· 127 122 128 123 .device-desktop .phui-document-content .phabricator-action-list-view { 129 124 position: absolute; 130 - top: 50px; 131 - right: -172px; 125 + top: 16px; 126 + right: -160px; 132 127 float: none; 133 - background: #fff; 134 128 border-radius: 0; 135 129 box-shadow: none; 136 130 border: none; 137 - border-top: 1px solid {$thinblueborder}; 138 - border-bottom: 1px solid {$thinblueborder}; 139 - border-right: 1px solid {$thinblueborder}; 140 131 width: 160px; 141 132 } 142 133 ··· 150 141 } 151 142 152 143 .device-desktop .phui-document-offset { 153 - padding-right: 160px; 144 + padding-right: 120px; 154 145 } 155 146 156 147 .phui-document-view .phui-property-list-view {