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

Make countdown embed width more forgiving

Summary: For smaller feed columns, make countdown embed attempt to fit.

Test Plan: Narrow Feed Column on Dashboard.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+4 -4
+2 -2
resources/celerity/map.php
··· 54 54 'rsrc/css/application/conpherence/update.css' => 'faf6be09', 55 55 'rsrc/css/application/conpherence/widget-pane.css' => '419fd50c', 56 56 'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4', 57 - 'rsrc/css/application/countdown/timer.css' => '3d1355ec', 57 + 'rsrc/css/application/countdown/timer.css' => 'e7544472', 58 58 'rsrc/css/application/daemon/bulk-job.css' => 'df9c1d4a', 59 59 'rsrc/css/application/dashboard/dashboard.css' => 'eb458607', 60 60 'rsrc/css/application/diff/inline-comment-summary.css' => '51efda3a', ··· 722 722 'phabricator-chatlog-css' => 'd295b020', 723 723 'phabricator-content-source-view-css' => '4b8b05d4', 724 724 'phabricator-core-css' => 'a76cefc9', 725 - 'phabricator-countdown-css' => '3d1355ec', 725 + 'phabricator-countdown-css' => 'e7544472', 726 726 'phabricator-dashboard-css' => 'eb458607', 727 727 'phabricator-drag-and-drop-file-upload' => '07de8873', 728 728 'phabricator-draggable-list' => 'a16ec1c6',
+2 -2
webroot/rsrc/css/application/countdown/timer.css
··· 9 9 background: #ffffff; 10 10 } 11 11 12 - .device-phone .phabricator-timer { 12 + .device .phabricator-timer { 13 13 margin-left: 8px; 14 14 margin-right: 8px; 15 15 } 16 16 17 17 .phabricator-remarkup .phabricator-timer { 18 - width: 360px; 18 + max-width: 360px; 19 19 margin: 0 0 12px 0; 20 20 } 21 21