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

Tweak browse-more CSS

Summary: Just adds some space, color.

Test Plan: test a long browse list

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+4 -3
+2 -2
resources/celerity/map.php
··· 30 30 'rsrc/css/aphront/tokenizer.css' => '86a13f7f', 31 31 'rsrc/css/aphront/tooltip.css' => '7672b60f', 32 32 'rsrc/css/aphront/two-column.css' => '16ab3ad2', 33 - 'rsrc/css/aphront/typeahead-browse.css' => 'efe293a0', 33 + 'rsrc/css/aphront/typeahead-browse.css' => 'd8581d2c', 34 34 'rsrc/css/aphront/typeahead.css' => '0e403212', 35 35 'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af', 36 36 'rsrc/css/application/auth/auth.css' => '1e655982', ··· 838 838 'sprite-tokens-css' => '1706b943', 839 839 'syntax-highlighting-css' => '56c1ba38', 840 840 'tokens-css' => '3d0f239e', 841 - 'typeahead-browse-css' => 'efe293a0', 841 + 'typeahead-browse-css' => 'd8581d2c', 842 842 'unhandled-exception-css' => '37d4f9a2', 843 843 ), 844 844 'requires' => array(
+2 -1
webroot/rsrc/css/aphront/typeahead-browse.css
··· 6 6 .typeahead-browse-hard-limit { 7 7 display: block; 8 8 padding: 8px; 9 - margin: 8px 0 0; 9 + margin: 4px 6px 6px; 10 10 text-align: center; 11 11 } 12 12 13 13 .typeahead-browse-more { 14 14 background: {$lightblue}; 15 15 border: 1px solid {$lightblueborder}; 16 + color: {$blue}; 16 17 } 17 18 18 19 .typeahead-browse-more.loading {