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

Add padding to last conpherenced-edited

Summary: In cases where conpherence-edited is the last item in the pane, we should add padding.

Test Plan: Enter a Room, edit the title, see extra padding. Submit a new comment, padding returns to default.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+6 -2
+2 -2
resources/celerity/map.php
··· 46 46 'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2', 47 47 'rsrc/css/application/conpherence/durable-column.css' => 'e2011d85', 48 48 'rsrc/css/application/conpherence/menu.css' => '9b37a261', 49 - 'rsrc/css/application/conpherence/message-pane.css' => '69ff6e0f', 49 + 'rsrc/css/application/conpherence/message-pane.css' => '44154798', 50 50 'rsrc/css/application/conpherence/notification.css' => '04a6e10a', 51 51 'rsrc/css/application/conpherence/update.css' => '1099a660', 52 52 'rsrc/css/application/conpherence/widget-pane.css' => '1979ee8c', ··· 516 516 'config-welcome-css' => '6abd79be', 517 517 'conpherence-durable-column-view' => 'e2011d85', 518 518 'conpherence-menu-css' => '9b37a261', 519 - 'conpherence-message-pane-css' => '69ff6e0f', 519 + 'conpherence-message-pane-css' => '44154798', 520 520 'conpherence-notification-css' => '04a6e10a', 521 521 'conpherence-thread-manager' => 'bb928342', 522 522 'conpherence-update-css' => '1099a660',
+4
webroot/rsrc/css/application/conpherence/message-pane.css
··· 64 64 padding-top: 20px; 65 65 } 66 66 67 + .conpherence-messages > .conpherence-edited:last-child { 68 + padding-bottom: 20px; 69 + } 70 + 67 71 .device .conpherence-message-pane .conpherence-messages { 68 72 left: 0; 69 73 right: 0;