@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: Remove invalid property "layout" from phui-document-pro.css

Summary: "layout" is an unknown, invalid CSS property. https://developer.mozilla.org/en-US/docs/Web/CSS/layout is a 404.

Test Plan: Go to a Phriction document with sections, inspect the `<div class="phui-document-content-outer">` properties, let your browser tell you that "layout" is unknown.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+2 -3
+2 -2
resources/celerity/map.php
··· 142 142 'rsrc/css/phui/phui-crumbs-view.css' => '30342804', 143 143 'rsrc/css/phui/phui-curtain-object-ref-view.css' => '51d93266', 144 144 'rsrc/css/phui/phui-curtain-view.css' => '68c5efb6', 145 - 'rsrc/css/phui/phui-document-pro.css' => 'b7b3d677', 145 + 'rsrc/css/phui/phui-document-pro.css' => '46f8014d', 146 146 'rsrc/css/phui/phui-document-summary.css' => 'b068eed1', 147 147 'rsrc/css/phui/phui-document.css' => 'a9154763', 148 148 'rsrc/css/phui/phui-feed-story.css' => '1dd2e4c0', ··· 789 789 'phui-curtain-view-css' => '68c5efb6', 790 790 'phui-document-summary-view-css' => 'b068eed1', 791 791 'phui-document-view-css' => 'a9154763', 792 - 'phui-document-view-pro-css' => 'b7b3d677', 792 + 'phui-document-view-pro-css' => '46f8014d', 793 793 'phui-feed-story-css' => '1dd2e4c0', 794 794 'phui-font-icon-base-css' => 'b7608e58', 795 795 'phui-fontkit-css' => '1ec937e5',
-1
webroot/rsrc/css/phui/phui-document-pro.css
··· 31 31 .device-desktop .phui-document-content-outer { 32 32 display: table; 33 33 width: 100%; 34 - layout: fixed; 35 34 } 36 35 37 36 /* Force very wide content, like tables with many columns, to scroll inside