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

Don't truncate blogs or posts in Phame sidebar

Summary: Removes the CSS truncation, so it's easier to track drafts. Ref T9897

Test Plan: Really long draft titles.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9897

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

+3 -6
+2 -2
resources/celerity/map.php
··· 81 81 'rsrc/css/application/owners/owners-path-editor.css' => '2f00933b', 82 82 'rsrc/css/application/paste/paste.css' => '1898e534', 83 83 'rsrc/css/application/people/people-profile.css' => '2473d929', 84 - 'rsrc/css/application/phame/phame.css' => '7448a969', 84 + 'rsrc/css/application/phame/phame.css' => 'b78f5f1e', 85 85 'rsrc/css/application/pholio/pholio-edit.css' => '07676f51', 86 86 'rsrc/css/application/pholio/pholio-inline-comments.css' => '8e545e49', 87 87 'rsrc/css/application/pholio/pholio.css' => 'ca89d380', ··· 808 808 'phabricator-uiexample-reactor-sendclass' => '1def2711', 809 809 'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee', 810 810 'phabricator-zindex-css' => '5b6fcf3f', 811 - 'phame-css' => '7448a969', 811 + 'phame-css' => 'b78f5f1e', 812 812 'pholio-css' => 'ca89d380', 813 813 'pholio-edit-css' => '07676f51', 814 814 'pholio-inline-comments-css' => '8e545e49',
+1 -4
webroot/rsrc/css/application/phame/phame.css
··· 84 84 .phame-blog-list-item { 85 85 display: block; 86 86 color: {$darkgreytext}; 87 - height: 24px; 88 87 position: relative; 89 88 margin-bottom: 8px; 90 89 padding-right: 20px; ··· 108 107 109 108 .phame-blog-list-title { 110 109 margin-left: 30px; 111 - margin-top: 4px; 110 + margin-top: 2px; 112 111 display: inline-block; 113 112 font-weight: bold; 114 113 color: {$bluetext}; 115 114 width: 190px; 116 115 overflow: hidden; 117 - white-space: nowrap; 118 - text-overflow: ellipsis; 119 116 } 120 117 121 118 .phame-blog-list-new-post {