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

Clean up UI spacing/fallbacks in Durable Column Header

Summary: Correct minor spacing issues, makes long Conpherence Titles fallback to ellipsis when overflow. Fixes T7541

Test Plan:
Test a long and short title Conpherence.

{F336174}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7541

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

+11 -3
+2 -2
resources/celerity/map.php
··· 44 44 'rsrc/css/application/config/config-welcome.css' => '6abd79be', 45 45 'rsrc/css/application/config/setup-issue.css' => '22270af2', 46 46 'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2', 47 - 'rsrc/css/application/conpherence/durable-column.css' => '51235e34', 47 + 'rsrc/css/application/conpherence/durable-column.css' => '587fc261', 48 48 'rsrc/css/application/conpherence/menu.css' => 'c6ac5299', 49 49 'rsrc/css/application/conpherence/message-pane.css' => '5930260a', 50 50 'rsrc/css/application/conpherence/notification.css' => '04a6e10a', ··· 514 514 'changeset-view-manager' => '88be0133', 515 515 'config-options-css' => '7fedf08b', 516 516 'config-welcome-css' => '6abd79be', 517 - 'conpherence-durable-column-view' => '51235e34', 517 + 'conpherence-durable-column-view' => '587fc261', 518 518 'conpherence-menu-css' => 'c6ac5299', 519 519 'conpherence-message-pane-css' => '5930260a', 520 520 'conpherence-notification-css' => '04a6e10a',
+9 -1
webroot/rsrc/css/application/conpherence/durable-column.css
··· 39 39 z-index: 1; 40 40 } 41 41 42 + .conpherence-durable-column-header .phabricator-application-menu { 43 + padding-right: 4px; 44 + } 45 + 42 46 .conpherence-durable-column-header-text { 43 47 float: left; 44 - padding: 12px 16px; 48 + padding: 13px 0 12px 12px; 45 49 font-size: 15px; 46 50 color: rgba(255,255,255,.8); 47 51 width: 230px; 52 + text-overflow: ellipsis; 53 + overflow: hidden; 54 + white-space: nowrap; 55 + border-left: 1px solid rgba(0,0,0,.2); 48 56 } 49 57 50 58 .conpherence-durable-column-icon-bar {