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

Improve width of apps launcher

Summary: Moves from 33% to 50% widths, allows more room for text on smaller screens. (Don't think this gets much use anyways). Fixes T6855

Test Plan: Reload page, shrink, still 50%

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6855

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

+18 -18
+17 -17
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '094971a9', 10 + 'core.pkg.css' => '0a6d9589', 11 11 'core.pkg.js' => '44aac665', 12 12 'darkconsole.pkg.js' => '8ab24e01', 13 13 'differential.pkg.css' => '8af45893', ··· 136 136 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 137 137 'rsrc/css/phui/phui-list.css' => '53deb25c', 138 138 'rsrc/css/phui/phui-object-box.css' => 'e9f7e938', 139 - 'rsrc/css/phui/phui-object-item-list-view.css' => '7f20c02d', 139 + 'rsrc/css/phui/phui-object-item-list-view.css' => '5b2ad99d', 140 140 'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269', 141 141 'rsrc/css/phui/phui-property-list-view.css' => '51480060', 142 142 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 777 777 'phui-info-panel-css' => '27ea50a1', 778 778 'phui-list-view-css' => '53deb25c', 779 779 'phui-object-box-css' => 'e9f7e938', 780 - 'phui-object-item-list-view-css' => '7f20c02d', 780 + 'phui-object-item-list-view-css' => '5b2ad99d', 781 781 'phui-pinboard-view-css' => '3dd4a269', 782 782 'phui-property-list-view-css' => '51480060', 783 783 'phui-remarkup-preview-css' => '19ad512b', ··· 850 850 'javelin-stratcom', 851 851 'javelin-workflow', 852 852 ), 853 + '7319e029' => array( 854 + 'javelin-behavior', 855 + 'javelin-dom', 856 + ), 857 + '97258e55' => array( 858 + 'javelin-install', 859 + 'javelin-stratcom', 860 + 'javelin-util', 861 + 'javelin-behavior', 862 + 'javelin-json', 863 + 'javelin-dom', 864 + 'javelin-resource', 865 + 'javelin-routable', 866 + ), 853 867 '06e05112' => array( 854 868 'javelin-behavior', 855 869 'javelin-stratcom', ··· 1244 1258 'javelin-stratcom', 1245 1259 'phabricator-prefab', 1246 1260 ), 1247 - '7319e029' => array( 1248 - 'javelin-behavior', 1249 - 'javelin-dom', 1250 - ), 1251 1261 '76b9fc3e' => array( 1252 1262 'javelin-behavior', 1253 1263 'javelin-stratcom', ··· 1398 1408 'javelin-stratcom', 1399 1409 'javelin-workflow', 1400 1410 'javelin-util', 1401 - ), 1402 - '97258e55' => array( 1403 - 'javelin-install', 1404 - 'javelin-stratcom', 1405 - 'javelin-util', 1406 - 'javelin-behavior', 1407 - 'javelin-json', 1408 - 'javelin-dom', 1409 - 'javelin-resource', 1410 - 'javelin-routable', 1411 1411 ), 1412 1412 '988040b4' => array( 1413 1413 'javelin-install',
+1 -1
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 717 717 } 718 718 719 719 .device-desktop .phui-object-item-launcher-list .phui-object-item { 720 - width: 32.333%; 720 + width: 49%; 721 721 float: left; 722 722 margin-right: 1%; 723 723 box-sizing: border-box;