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

Normalize spacing a little with Typeahead Browse

Summary: Minor spacing updates. Ref T7841

Test Plan:
Lots of zoooooom.

{F375573}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7841

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

+11 -6
+2 -2
resources/celerity/map.php
··· 30 30 'rsrc/css/aphront/tokenizer.css' => 'c10c061e', 31 31 'rsrc/css/aphront/tooltip.css' => '7672b60f', 32 32 'rsrc/css/aphront/two-column.css' => '16ab3ad2', 33 - 'rsrc/css/aphront/typeahead-browse.css' => '343ab59f', 33 + 'rsrc/css/aphront/typeahead-browse.css' => 'efe293a0', 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' => '343ab59f', 841 + 'typeahead-browse-css' => 'efe293a0', 842 842 'unhandled-exception-css' => '37d4f9a2', 843 843 ), 844 844 'requires' => array(
+9 -4
webroot/rsrc/css/aphront/typeahead-browse.css
··· 28 28 .typeahead-browse-frame { 29 29 overflow-x: hidden; 30 30 overflow-y: auto; 31 - padding: 4px; 32 31 height: 260px; 33 - border: 1px solid {$lightgreyborder}; 32 + border: 1px solid {$lightblueborder}; 33 + border-bottom: 1px solid {$blueborder}; 34 34 } 35 35 36 36 .typeahead-browse-frame.loading { ··· 38 38 } 39 39 40 40 .typeahead-browse-header { 41 - padding: 4px 0; 41 + padding: 0 0 8px 0; 42 42 } 43 43 44 44 input.typeahead-browse-input { ··· 56 56 57 57 .typeahead-browse-item button { 58 58 float: right; 59 - margin: 2px 4px; 59 + margin: 2px 6px; 60 + } 61 + 62 + .typeahead-browse-item a.jx-tokenizer-token { 63 + margin-top: 1px; 64 + margin-left: 6px; 60 65 }