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

[redesign] Use ellipses if app description is long

Summary: Truncate with CSS ellipses if the app description is longer than needed. (Can rework text as well)

Test Plan: sandbox

Reviewers: epriestley

Subscribers: epriestley, Korvin

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

+8 -4
+3 -3
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '75154c20', 10 + 'core.pkg.css' => '32302948', 11 11 'core.pkg.js' => '7db41c19', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => 'fbf57382', ··· 38 38 'rsrc/css/application/auth/auth.css' => '1e655982', 39 39 'rsrc/css/application/base/main-menu-view.css' => '72d1d2ef', 40 40 'rsrc/css/application/base/notification-menu.css' => '8637a3db', 41 - 'rsrc/css/application/base/phabricator-application-launch-view.css' => '137e794e', 41 + 'rsrc/css/application/base/phabricator-application-launch-view.css' => 'cb9f4db1', 42 42 'rsrc/css/application/base/standard-page-view.css' => '517cdfb1', 43 43 'rsrc/css/application/chatlog/chatlog.css' => '852140ff', 44 44 'rsrc/css/application/config/config-options.css' => '7fedf08b', ··· 690 690 'people-profile-css' => 'ba7b2762', 691 691 'phabricator-action-header-view-css' => '33a4590a', 692 692 'phabricator-action-list-view-css' => 'dcbfc854', 693 - 'phabricator-application-launch-view-css' => '137e794e', 693 + 'phabricator-application-launch-view-css' => 'cb9f4db1', 694 694 'phabricator-busy' => '6453c869', 695 695 'phabricator-chatlog-css' => '852140ff', 696 696 'phabricator-content-source-view-css' => '4b8b05d4',
+5 -1
webroot/rsrc/css/application/base/phabricator-application-launch-view.css
··· 64 64 .phabricator-application-launch-description { 65 65 color: {$bluetext}; 66 66 font-size: 11px; 67 - margin-top: 24px; 68 67 margin-left: 44px; 69 68 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9); 69 + text-overflow: ellipsis; 70 + width: 150px; 71 + overflow: hidden; 72 + white-space: nowrap; 73 + display: inline-block; 70 74 } 71 75 72 76 .phabricator-application-beta {