@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 negative margin in phui-status

Summary: Fixes T6334, the negative margin is no longer needed to align tables.

Test Plan: review table item alignment in commit message

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6334

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

+3 -7
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '71c5ef20', 10 + 'core.pkg.css' => '2105d027', 11 11 'core.pkg.js' => 'cbdbd552', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '8af45893', ··· 139 139 'rsrc/css/phui/phui-property-list-view.css' => '3eff4eb4', 140 140 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', 141 141 'rsrc/css/phui/phui-spacing.css' => '042804d6', 142 - 'rsrc/css/phui/phui-status.css' => '2f562399', 142 + 'rsrc/css/phui/phui-status.css' => '888cedb8', 143 143 'rsrc/css/phui/phui-tag-view.css' => 'b0c282e0', 144 144 'rsrc/css/phui/phui-text.css' => 'cf019f54', 145 145 'rsrc/css/phui/phui-timeline-view.css' => '8c6fefe7', ··· 782 782 'phui-property-list-view-css' => '3eff4eb4', 783 783 'phui-remarkup-preview-css' => '19ad512b', 784 784 'phui-spacing-css' => '042804d6', 785 - 'phui-status-list-view-css' => '2f562399', 785 + 'phui-status-list-view-css' => '888cedb8', 786 786 'phui-tag-view-css' => 'b0c282e0', 787 787 'phui-text-css' => 'cf019f54', 788 788 'phui-timeline-view-css' => '8c6fefe7',
-4
webroot/rsrc/css/phui/phui-status.css
··· 6 6 width: 100%; 7 7 } 8 8 9 - .phui-property-list-value .phui-status-list-view { 10 - margin-left: -4px; 11 - } 12 - 13 9 .phui-status-list-view .phui-icon-view { 14 10 display: block; 15 11 width: 14px;