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

Fix line-height in property-list-view

Summary: This is causing mis-alignment and is no longer needed.

Test Plan: Check alignment in Photoshop

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+3 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '2bb3ba73', 10 + 'core.pkg.css' => '33799ec4', 11 11 'core.pkg.js' => 'a590b451', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '9451634c', ··· 141 141 'rsrc/css/phui/phui-object-item-list-view.css' => '36ce366c', 142 142 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 143 143 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 144 - 'rsrc/css/phui/phui-property-list-view.css' => 'aeb09581', 144 + 'rsrc/css/phui/phui-property-list-view.css' => '15bbe0b0', 145 145 'rsrc/css/phui/phui-remarkup-preview.css' => '867f85b3', 146 146 'rsrc/css/phui/phui-spacing.css' => '042804d6', 147 147 'rsrc/css/phui/phui-status.css' => '888cedb8', ··· 795 795 'phui-object-item-list-view-css' => '36ce366c', 796 796 'phui-pager-css' => 'bea33d23', 797 797 'phui-pinboard-view-css' => '2495140e', 798 - 'phui-property-list-view-css' => 'aeb09581', 798 + 'phui-property-list-view-css' => '15bbe0b0', 799 799 'phui-remarkup-preview-css' => '867f85b3', 800 800 'phui-spacing-css' => '042804d6', 801 801 'phui-status-list-view-css' => '888cedb8',
-1
webroot/rsrc/css/phui/phui-property-list-view.css
··· 68 68 69 69 .phui-property-list-value { 70 70 color: {$darkgreytext}; 71 - line-height: 17px; 72 71 } 73 72 74 73 .device-desktop .phui-property-list-value {