@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 blocked menu in two column view on Phame home view

Summary:
This adds CSS to prevent the document view from overlapping to the blogs and drafts boxes in the right column.

Ref T16473

Test Plan:
- Browse to phame home view using a screen width of at least 1792px
- See that now the links to the individual blogs are fully clickable
- See that all other views (Phriction and Phame posts) are unchanged

Reviewers: #blessed_committers, O1 Blessed Committers, aklapper

Reviewed By: #blessed_committers, O1 Blessed Committers, aklapper

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

Maniphest Tasks: T16473

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

stephan 21478f65 ee082099

+5
+5
webroot/rsrc/css/phui/phui-document-pro.css
··· 306 306 } 307 307 308 308 @media (min-width: 1792px) { 309 + .device-desktop .phui-document-content-outer { 310 + display: table; 311 + width: calc(100% - 300px); 312 + } 313 + 309 314 div.phui-document-view.phui-document-view-pro.has-curtain { 310 315 max-width: 1332px; 311 316 left: 50px;