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

Minor Segment UI tweaks

Summary: Nicer spacing, no border.

Test Plan: Test collapsed and wide layouts

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+14 -8
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'e8763436', 10 + 'core.pkg.css' => '69616aad', 11 11 'core.pkg.js' => 'd7daa6d8', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 146 146 'rsrc/css/phui/phui-object-item-list-view.css' => '8f443e8b', 147 147 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 148 148 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 149 - 'rsrc/css/phui/phui-profile-menu.css' => '2d5f0c75', 149 + 'rsrc/css/phui/phui-profile-menu.css' => 'f709256c', 150 150 'rsrc/css/phui/phui-property-list-view.css' => '27b2849e', 151 151 'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591', 152 - 'rsrc/css/phui/phui-segment-bar-view.css' => '52e7e529', 152 + 'rsrc/css/phui/phui-segment-bar-view.css' => '6622f0a1', 153 153 'rsrc/css/phui/phui-spacing.css' => '042804d6', 154 154 'rsrc/css/phui/phui-status.css' => '888cedb8', 155 155 'rsrc/css/phui/phui-tag-view.css' => '9d5d4400', ··· 831 831 'phui-object-item-list-view-css' => '8f443e8b', 832 832 'phui-pager-css' => 'bea33d23', 833 833 'phui-pinboard-view-css' => '2495140e', 834 - 'phui-profile-menu-css' => '2d5f0c75', 834 + 'phui-profile-menu-css' => 'f709256c', 835 835 'phui-property-list-view-css' => '27b2849e', 836 836 'phui-remarkup-preview-css' => '1a8f2591', 837 - 'phui-segment-bar-view-css' => '52e7e529', 837 + 'phui-segment-bar-view-css' => '6622f0a1', 838 838 'phui-spacing-css' => '042804d6', 839 839 'phui-status-list-view-css' => '888cedb8', 840 840 'phui-tag-view-css' => '9d5d4400',
+9 -2
webroot/rsrc/css/phui/phui-profile-menu.css
··· 155 155 padding: 18px 15px; 156 156 } 157 157 158 - .phui-profile-menu .phabricator-side-menu .phui-profile-segment-bar { 158 + .phui-profile-menu .phabricator-side-menu .phui-profile-segment-bar { 159 159 color: {$menu.profile.text}; 160 - padding: 12px 15px 18px; 160 + font-size: {$smallerfontsize}; 161 + -webkit-font-smoothing: antialiased; 162 + padding: 8px 12px 16px; 163 + } 164 + 165 + .phui-profile-menu .phui-profile-menu-collapsed .phabricator-side-menu 166 + .phui-profile-segment-bar { 167 + padding: 8px 8px 16px; 161 168 } 162 169 163 170
-1
webroot/rsrc/css/phui/phui-segment-bar-view.css
··· 13 13 position: relative; 14 14 overflow: hidden; 15 15 height: 8px; 16 - border: 1px solid rgba(0, 0, 0, 0.15); 17 16 } 18 17 19 18 .phui-segment-bar-segment-view {