@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 the wrapping/padding behavior of Remarkup code block headers more thoroughly?

Summary: Ref T13118. The first fix there fixed Safari, but made Chrome weird. Try this?

Test Plan: Viewed a code block with `name=...` in Safari, Firefox and Chrome and saw consistent display without weird wrappping.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13118

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

+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' => '4a83e174', 12 + 'core.pkg.css' => '3ced0b1d', 13 13 'core.pkg.js' => '1ea38af8', 14 14 'differential.pkg.css' => '06dc617c', 15 15 'differential.pkg.js' => 'c2ca903a', ··· 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' => '924fc97d', 114 + 'rsrc/css/core/remarkup.css' => 'bff43c81', 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', ··· 776 776 'phabricator-object-selector-css' => '85ee8ce6', 777 777 'phabricator-phtize' => 'd254d646', 778 778 'phabricator-prefab' => '77b0ae28', 779 - 'phabricator-remarkup-css' => '924fc97d', 779 + 'phabricator-remarkup-css' => 'bff43c81', 780 780 'phabricator-search-results-css' => '505dd8cf', 781 781 'phabricator-shaped-request' => '7cbe244b', 782 782 'phabricator-slowvote-css' => 'a94b7230',
+1 -1
webroot/rsrc/css/core/remarkup.css
··· 31 31 font-size: 13px; 32 32 font-weight: bold; 33 33 background: rgba({$alphablue},0.08); 34 - display: inline-block; 34 + display: table-cell; 35 35 border-top-left-radius: 3px; 36 36 border-top-right-radius: 3px; 37 37 overflow: hidden;