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

CSS: Fix line-height property value in timer.css

Summary:
`line-height: auto;` is an invalid property value per Syntax definition on https://developer.mozilla.org/en-US/docs/Web/CSS/line-height.
Use the correct value two lines lower (which gets picked up anyway).

Test Plan: Likely show an MFA timer dialog that you have to wait before reusing your code. But I did not test this.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26466

+2 -3
+2 -2
resources/celerity/map.php
··· 55 55 'rsrc/css/application/conpherence/participant-pane.css' => '69e0058a', 56 56 'rsrc/css/application/conpherence/transaction.css' => '3a3f5e7e', 57 57 'rsrc/css/application/contentsource/content-source-view.css' => 'cdf0d579', 58 - 'rsrc/css/application/countdown/timer.css' => 'bff8012f', 58 + 'rsrc/css/application/countdown/timer.css' => '0aaf8a98', 59 59 'rsrc/css/application/daemon/bulk-job.css' => '73af99f5', 60 60 'rsrc/css/application/dashboard/dashboard.css' => '5a205b9d', 61 61 'rsrc/css/application/diff/diff-tree-view.css' => '9bd306c2', ··· 721 721 'phabricator-busy' => '5202e831', 722 722 'phabricator-content-source-view-css' => 'cdf0d579', 723 723 'phabricator-core-css' => '37f19649', 724 - 'phabricator-countdown-css' => 'bff8012f', 724 + 'phabricator-countdown-css' => '0aaf8a98', 725 725 'phabricator-darklog' => '3b869402', 726 726 'phabricator-darkmessage' => '26cd4b73', 727 727 'phabricator-dashboard-css' => '5a205b9d',
-1
webroot/rsrc/css/application/countdown/timer.css
··· 50 50 font-size: 36px; 51 51 font-weight: bold; 52 52 overflow: hidden; 53 - line-height: auto; 54 53 height: auto; 55 54 line-height: 44px; 56 55 }