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

Allow the haunted comment panel ("Z") to take up more vertical room

Summary:
Ref T13151. See PHI685. When you haunt the panel, we only let it take up part of the screen. Let it take up slightly more of the screen so that it's more likely to fit completely on-screen without needing to scroll.

The behavior when it does scroll is fine (you get a scrollbar if your OS/browser is set up to show them) so this is a bit trivial/silly, but seems fine and doesn't have a big JS maintenance cost or anything.

Test Plan: Pressed "Z", resized my window to a weird tiny useless size, got slightly better (I guess) behavior.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13151

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

+4 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e68cf1fa', 11 11 'conpherence.pkg.js' => '15191c65', 12 - 'core.pkg.css' => '8e3d1fb7', 12 + 'core.pkg.css' => 'e5233bff', 13 13 'core.pkg.js' => '2058ec09', 14 14 'differential.pkg.css' => '06dc617c', 15 15 'differential.pkg.js' => 'ef19e026', ··· 111 111 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 112 112 'rsrc/css/application/uiexample/example.css' => '528b19de', 113 113 'rsrc/css/core/core.css' => '62fa3ace', 114 - 'rsrc/css/core/remarkup.css' => 'bff43c81', 114 + 'rsrc/css/core/remarkup.css' => 'b182076e', 115 115 'rsrc/css/core/syntax.css' => 'e9c95dd4', 116 116 'rsrc/css/core/z-index.css' => '9d8f7c4b', 117 117 'rsrc/css/diviner/diviner-shared.css' => '896f1d43', ··· 772 772 'phabricator-object-selector-css' => '85ee8ce6', 773 773 'phabricator-phtize' => 'd254d646', 774 774 'phabricator-prefab' => '77b0ae28', 775 - 'phabricator-remarkup-css' => 'bff43c81', 775 + 'phabricator-remarkup-css' => 'b182076e', 776 776 'phabricator-search-results-css' => '505dd8cf', 777 777 'phabricator-shaped-request' => '7cbe244b', 778 778 'phabricator-slowvote-css' => 'a94b7230',
+1 -1
webroot/rsrc/css/core/remarkup.css
··· 763 763 margin: 0; 764 764 765 765 overflow: auto; 766 - max-height: 40vh; 766 + max-height: 60vh; 767 767 } 768 768 769 769 .remarkup-assist-pinned-spacer {