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

[Redesign] Alight right gutter on ObjectItemList better

Summary: Ref T8099, These should align out to 4px from the edge of the line, not 10px.

Test Plan: Test dashboards, Maniphest, Workboards

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8099

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

+8 -8
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '0ea26c65', 10 + 'core.pkg.css' => '7f0d6232', 11 11 'core.pkg.js' => 'a590b451', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => 'fe951924', ··· 141 141 'rsrc/css/phui/phui-info-view.css' => '33e54618', 142 142 'rsrc/css/phui/phui-list.css' => '02ab3534', 143 143 'rsrc/css/phui/phui-object-box.css' => '3db9f358', 144 - 'rsrc/css/phui/phui-object-item-list-view.css' => '4d5fe709', 144 + 'rsrc/css/phui/phui-object-item-list-view.css' => '762ae15a', 145 145 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 146 146 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 147 147 'rsrc/css/phui/phui-property-list-view.css' => '1baf23eb', ··· 785 785 'phui-inline-comment-view-css' => 'fa5b8d1f', 786 786 'phui-list-view-css' => '02ab3534', 787 787 'phui-object-box-css' => '3db9f358', 788 - 'phui-object-item-list-view-css' => '4d5fe709', 788 + 'phui-object-item-list-view-css' => '762ae15a', 789 789 'phui-pager-css' => 'bea33d23', 790 790 'phui-pinboard-view-css' => '2495140e', 791 791 'phui-property-list-view-css' => '1baf23eb',
+5 -5
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 226 226 } 227 227 228 228 .phui-object-item-with-1-actions .phui-object-item-content-box { 229 - margin-right: 24px; 229 + margin-right: 28px; 230 230 overflow: hidden; 231 231 } 232 232 233 233 .phui-object-item-with-2-actions .phui-object-item-content-box { 234 - margin-right: 48px; 234 + margin-right: 54px; 235 235 overflow: hidden; 236 236 } 237 237 238 238 .phui-object-item-with-3-actions .phui-object-item-content-box { 239 - margin-right: 72px; 239 + margin-right: 76px; 240 240 overflow: hidden; 241 241 } 242 242 ··· 315 315 } 316 316 317 317 .phui-object-item-icons { 318 - padding: 0 10px 0 0; 318 + padding: 0 4px 0 0; 319 319 } 320 320 321 321 .device-phone .phui-object-item-icons { ··· 530 530 */ 531 531 532 532 .phui-object-item-bylines { 533 - padding: 0 10px; 533 + padding: 0 4px 0 8px; 534 534 margin: 4px 0 8px; 535 535 font-size: 12px; 536 536 color: {$greytext};