@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 margin hover issue on pinboard.

Summary: Removes the -1px and tweaks the colors just a bit more.

Test Plan: Review Pholio and Macro.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2664

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

+4 -4
+1 -1
src/__celerity_resource_map__.php
··· 2869 2869 ), 2870 2870 'phabricator-pinboard-view-css' => 2871 2871 array( 2872 - 'uri' => '/res/e0f29265/rsrc/css/layout/phabricator-pinboard-view.css', 2872 + 'uri' => '/res/b5a7de33/rsrc/css/layout/phabricator-pinboard-view.css', 2873 2873 'type' => 'css', 2874 2874 'requires' => 2875 2875 array(
+3 -3
webroot/rsrc/css/layout/phabricator-pinboard-view.css
··· 9 9 } 10 10 11 11 .phabricator-pinboard-item-view { 12 - margin: 0 20px 20px 0; 13 - border: 1px solid #d7d7d7; 12 + margin: 0 16px 16px 0; 13 + border: 1px solid #d5d9df; 14 14 background: #ffffff; 15 15 border-radius: 3px; 16 16 ··· 23 23 .phabricator-pinboard-item-view:hover { 24 24 cursor: pointer; 25 25 box-shadow: 0 1px 6px rgba(0, 0, 0, 0.30); 26 - margin-top: -1px; 27 26 } 28 27 29 28 /* On phones, show a single column of items. */ ··· 42 41 font-weight: bold; 43 42 border-top-left-radius: 3px; 44 43 border-top-right-radius: 3px; 44 + border-bottom: 1px solid #d5d9df; 45 45 } 46 46 47 47 .phabricator-pinboard-item-header a {