@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] More space for remarkup-list

Summary: Ref T8099, Feel like this got reverted somewhere, but list elements should have more space (for lists of objects).

Test Plan: Review a list of objects.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8099

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'ca5e75c5', 10 + 'core.pkg.css' => '6e5e3798', 11 11 'core.pkg.js' => 'a590b451', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '1b36e899', ··· 108 108 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 109 109 'rsrc/css/application/uiexample/example.css' => '528b19de', 110 110 'rsrc/css/core/core.css' => 'a76cefc9', 111 - 'rsrc/css/core/remarkup.css' => 'f33ce157', 111 + 'rsrc/css/core/remarkup.css' => '359cd31c', 112 112 'rsrc/css/core/syntax.css' => '9fd11da8', 113 113 'rsrc/css/core/z-index.css' => '63689f49', 114 114 'rsrc/css/diviner/diviner-shared.css' => '5a337049', ··· 732 732 'phabricator-object-selector-css' => '029a133d', 733 733 'phabricator-phtize' => 'd254d646', 734 734 'phabricator-prefab' => '6920d200', 735 - 'phabricator-remarkup-css' => 'f33ce157', 735 + 'phabricator-remarkup-css' => '359cd31c', 736 736 'phabricator-search-results-css' => '7dea472c', 737 737 'phabricator-shaped-request' => '7cbe244b', 738 738 'phabricator-side-menu-view-css' => '4f2cd343',
+1 -1
webroot/rsrc/css/core/remarkup.css
··· 109 109 } 110 110 111 111 .phabricator-remarkup .remarkup-list-item { 112 - line-height: 1.55em; 112 + line-height: 1.6em; 113 113 } 114 114 115 115 .phabricator-remarkup li.phantom-item,