@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 two issues with missing whitespace when elements stack on top of each other while wrapping

Summary: Fixes T13476. Policy tags in object headers and "Visible To" controls in some dialog contexts may stack and wrap oddly. Improve spacing so they don't overlap visually when wrapping.

Test Plan: Viewed affected interfaces in narrow and wide windows.

Maniphest Tasks: T13476

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

+10 -10
+7 -7
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '3c8a0668', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => 'b88ac037', 12 + 'core.pkg.css' => 'fd35999c', 13 13 'core.pkg.js' => '705aec2c', 14 14 'differential.pkg.css' => '607c84be', 15 15 'differential.pkg.js' => '1b97518d', ··· 153 153 'rsrc/css/phui/phui-feed-story.css' => 'a0c05029', 154 154 'rsrc/css/phui/phui-fontkit.css' => '1ec937e5', 155 155 'rsrc/css/phui/phui-form-view.css' => '01b796c0', 156 - 'rsrc/css/phui/phui-form.css' => '159e2d9c', 156 + 'rsrc/css/phui/phui-form.css' => '1f177cb7', 157 157 'rsrc/css/phui/phui-head-thing.css' => 'd7f293df', 158 - 'rsrc/css/phui/phui-header-view.css' => 'be09cc83', 158 + 'rsrc/css/phui/phui-header-view.css' => '36c86a58', 159 159 'rsrc/css/phui/phui-hovercard.css' => '6ca90fa0', 160 160 'rsrc/css/phui/phui-icon-set-selector.css' => '7aa5f3ec', 161 161 'rsrc/css/phui/phui-icon.css' => '4cbc684a', ··· 176 176 'rsrc/css/phui/phui-status.css' => 'e5ff8be0', 177 177 'rsrc/css/phui/phui-tag-view.css' => '8519160a', 178 178 'rsrc/css/phui/phui-timeline-view.css' => '1e348e4b', 179 - 'rsrc/css/phui/phui-two-column-view.css' => '01e6991e', 179 + 'rsrc/css/phui/phui-two-column-view.css' => '0a876b9e', 180 180 'rsrc/css/phui/workboards/phui-workboard-color.css' => 'e86de308', 181 181 'rsrc/css/phui/workboards/phui-workboard.css' => '74fc9d98', 182 182 'rsrc/css/phui/workboards/phui-workcard.css' => '913441b6', ··· 840 840 'phui-feed-story-css' => 'a0c05029', 841 841 'phui-font-icon-base-css' => 'd7994e06', 842 842 'phui-fontkit-css' => '1ec937e5', 843 - 'phui-form-css' => '159e2d9c', 843 + 'phui-form-css' => '1f177cb7', 844 844 'phui-form-view-css' => '01b796c0', 845 845 'phui-head-thing-view-css' => 'd7f293df', 846 - 'phui-header-view-css' => 'be09cc83', 846 + 'phui-header-view-css' => '36c86a58', 847 847 'phui-hovercard' => '074f0783', 848 848 'phui-hovercard-view-css' => '6ca90fa0', 849 849 'phui-icon-set-selector-css' => '7aa5f3ec', ··· 873 873 'phui-tag-view-css' => '8519160a', 874 874 'phui-theme-css' => '35883b37', 875 875 'phui-timeline-view-css' => '1e348e4b', 876 - 'phui-two-column-view-css' => '01e6991e', 876 + 'phui-two-column-view-css' => '0a876b9e', 877 877 'phui-workboard-color-css' => 'e86de308', 878 878 'phui-workboard-view-css' => '74fc9d98', 879 879 'phui-workcard-view-css' => '913441b6',
+1 -2
webroot/rsrc/css/phui/phui-form.css
··· 152 152 } 153 153 154 154 .aphront-space-select-control-knob { 155 - margin: 0 8px 0 0; 155 + margin: 0 8px 4px 0; 156 156 float: left; 157 157 } 158 158 ··· 162 162 } 163 163 164 164 .device .aphront-space-select-control-knob { 165 - margin-bottom: 8px; 166 165 float: none; 167 166 } 168 167
+1
webroot/rsrc/css/phui/phui-header-view.css
··· 203 203 margin-right: 8px; 204 204 -webkit-font-smoothing: auto; 205 205 border-color: transparent; 206 + line-height: 28px; 206 207 } 207 208 208 209
+1 -1
webroot/rsrc/css/phui/phui-two-column-view.css
··· 50 50 } 51 51 52 52 .phui-two-column-header .phui-header-subheader { 53 - margin-top: 12px; 53 + margin-top: 8px; 54 54 } 55 55 56 56 .phui-two-column-subheader {