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

Fix overlapping elements in Phame for >1791px width

Summary:
Regression from rP9448e815721c882196b8c541560270734574af8e.

Closes T15985

Test Plan:
For both a viewport width >1791px and below,
* Go to the Phriction wiki page http://phorge.localhost/w/blah which has sections so a table of contents is displayed
* Go to http://phorge.localhost/phame/ and with no blogs visible to the current user or no existing blogposts
* Go to http://phorge.localhost/phame/ with existing/visible blogposts, see no overlap of horizontal lines and Blogs box
* Go to an empty blog at http://phorge.localhost/phame/blog/view/4/
* Go to an existing blogpost at http://phorge.localhost/phame/post/view/1/whatever/
* Go to an existing blogpost at http://phorge.localhost/phame/post/view/1/whatever/ which includes a full width image via `{F1234,size=full}`
* Go to http://phorge.localhost/book/phorge/article/remarkup/
* Go to http://phorge.localhost/w/

Reviewers: O1 Blessed Committers, mturdus, avivey

Reviewed By: O1 Blessed Committers, mturdus, avivey

Subscribers: mturdus, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15985

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

+8 -8
+4 -4
resources/celerity/map.php
··· 88 88 'rsrc/css/application/paste/paste.css' => 'b37bcd38', 89 89 'rsrc/css/application/people/people-picture-menu-item.css' => 'fe8e07cf', 90 90 'rsrc/css/application/people/people-profile.css' => '2ea2daa1', 91 - 'rsrc/css/application/phame/phame.css' => 'bb442327', 91 + 'rsrc/css/application/phame/phame.css' => '209125c7', 92 92 'rsrc/css/application/pholio/pholio-edit.css' => '4df55b3b', 93 93 'rsrc/css/application/pholio/pholio-inline-comments.css' => '722b48c2', 94 94 'rsrc/css/application/pholio/pholio.css' => '7da87c8e', ··· 149 149 'rsrc/css/phui/phui-crumbs-view.css' => 'a6a337a4', 150 150 'rsrc/css/phui/phui-curtain-object-ref-view.css' => '51d93266', 151 151 'rsrc/css/phui/phui-curtain-view.css' => '68c5efb6', 152 - 'rsrc/css/phui/phui-document-pro.css' => '48e72f0a', 152 + 'rsrc/css/phui/phui-document-pro.css' => '5a26f5d2', 153 153 'rsrc/css/phui/phui-document-summary.css' => 'b068eed1', 154 154 'rsrc/css/phui/phui-document.css' => '52b748a5', 155 155 'rsrc/css/phui/phui-feed-story.css' => 'a0c05029', ··· 811 811 'phabricator-tooltip' => '83754533', 812 812 'phabricator-ui-example-css' => 'b4795059', 813 813 'phabricator-zindex-css' => 'ac3bfcd4', 814 - 'phame-css' => 'bb442327', 814 + 'phame-css' => '209125c7', 815 815 'pholio-css' => '7da87c8e', 816 816 'pholio-edit-css' => '4df55b3b', 817 817 'pholio-inline-comments-css' => '722b48c2', ··· 843 843 'phui-curtain-view-css' => '68c5efb6', 844 844 'phui-document-summary-view-css' => 'b068eed1', 845 845 'phui-document-view-css' => '52b748a5', 846 - 'phui-document-view-pro-css' => '48e72f0a', 846 + 'phui-document-view-pro-css' => '5a26f5d2', 847 847 'phui-feed-story-css' => 'a0c05029', 848 848 'phui-font-icon-base-css' => 'e3b53e1e', 849 849 'phui-fontkit-css' => '1ec937e5',
+1 -1
webroot/rsrc/css/application/phame/phame.css
··· 48 48 } 49 49 50 50 .phame-home-view .phame-home-container { 51 - max-width: 980px; 51 + max-width: 1280px; 52 52 margin: 0 auto; 53 53 } 54 54
+3 -3
webroot/rsrc/css/phui/phui-document-pro.css
··· 228 228 } 229 229 230 230 .phui-document-view-pro .phabricator-remarkup-embed-image-wide { 231 - margin-left: -200px; 232 - margin-right: -200px; 231 + margin-left: -300px; 232 + margin-right: -300px; 233 233 width: auto; 234 234 } 235 235 ··· 318 318 } 319 319 320 320 div.phui-document-content { 321 - margin-left: -200px; 321 + margin-left: -300px; 322 322 } 323 323 324 324 div.phui-document-curtain {