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

Remove default margin on selects

Summary: Fixes T11935. Safari even with appearance: none still assigns margin to selects. Reset margin to 0.

Test Plan: Review selects on Safari, Chrome.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T11935

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

+4 -3
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '0b64e988', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => '417800a6', 12 + 'core.pkg.css' => '5b1fcbf1', 13 13 'core.pkg.js' => '9d208f10', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => 'a4ba74b5', ··· 141 141 'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9', 142 142 'rsrc/css/phui/phui-fontkit.css' => '9cda225e', 143 143 'rsrc/css/phui/phui-form-view.css' => '3fadd537', 144 - 'rsrc/css/phui/phui-form.css' => 'b8fb087a', 144 + 'rsrc/css/phui/phui-form.css' => '2342b0e5', 145 145 'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f', 146 146 'rsrc/css/phui/phui-header-view.css' => '6ec8f155', 147 147 'rsrc/css/phui/phui-hovercard.css' => 'de1a2119', ··· 856 856 'phui-feed-story-css' => '44a9c8e9', 857 857 'phui-font-icon-base-css' => '870a7360', 858 858 'phui-fontkit-css' => '9cda225e', 859 - 'phui-form-css' => 'b8fb087a', 859 + 'phui-form-css' => '2342b0e5', 860 860 'phui-form-view-css' => '3fadd537', 861 861 'phui-head-thing-view-css' => 'fd311e5f', 862 862 'phui-header-view-css' => '6ec8f155',
+1
webroot/rsrc/css/phui/phui-form.css
··· 116 116 border: 1px solid {$greyborder}; 117 117 height: 28px; 118 118 padding: 0 24px 0 8px; 119 + margin: 0; 119 120 min-width: 180px; 120 121 } 121 122