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

Embed videos in Remarkup at actual size

Summary:
Ref T6916. Current rules tend to make videos gigantic. Just embed them at actual size, scaling them down if they're too big to fit.

Browsers generally provide some kind of "expand / fullscreen" element automatically anyway.

Test Plan: Viewed videos locally, saw them sized a little more reasonably.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T6916

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

+7 -9
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '0e3b60db', 10 + 'core.pkg.css' => 'c076c614', 11 11 'core.pkg.js' => '3f2c120d', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => 'f3fb8324', ··· 104 104 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 105 105 'rsrc/css/application/uiexample/example.css' => '528b19de', 106 106 'rsrc/css/core/core.css' => 'd0801452', 107 - 'rsrc/css/core/remarkup.css' => '845a390d', 107 + 'rsrc/css/core/remarkup.css' => '523d34bb', 108 108 'rsrc/css/core/syntax.css' => '9fc496d5', 109 109 'rsrc/css/core/z-index.css' => '5b6fcf3f', 110 110 'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa', ··· 149 149 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 150 150 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 151 151 'rsrc/css/phui/phui-profile-menu.css' => 'c8557f33', 152 - 'rsrc/css/phui/phui-property-list-view.css' => '6458f614', 152 + 'rsrc/css/phui/phui-property-list-view.css' => 'e7b212a0', 153 153 'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591', 154 154 'rsrc/css/phui/phui-segment-bar-view.css' => '46342871', 155 155 'rsrc/css/phui/phui-spacing.css' => '042804d6', ··· 786 786 'phabricator-object-selector-css' => '85ee8ce6', 787 787 'phabricator-phtize' => 'd254d646', 788 788 'phabricator-prefab' => 'e67df814', 789 - 'phabricator-remarkup-css' => '845a390d', 789 + 'phabricator-remarkup-css' => '523d34bb', 790 790 'phabricator-search-results-css' => '7dea472c', 791 791 'phabricator-shaped-request' => '7cbe244b', 792 792 'phabricator-side-menu-view-css' => 'dd849797', ··· 853 853 'phui-pager-css' => 'bea33d23', 854 854 'phui-pinboard-view-css' => '2495140e', 855 855 'phui-profile-menu-css' => 'c8557f33', 856 - 'phui-property-list-view-css' => '6458f614', 856 + 'phui-property-list-view-css' => 'e7b212a0', 857 857 'phui-remarkup-preview-css' => '1a8f2591', 858 858 'phui-segment-bar-view-css' => '46342871', 859 859 'phui-spacing-css' => '042804d6',
+1 -2
webroot/rsrc/css/core/remarkup.css
··· 225 225 .phabricator-remarkup video { 226 226 display: block; 227 227 margin: 0 auto; 228 - min-width: 240px; 229 - width: 90%; 228 + max-width: 95%; 230 229 } 231 230 232 231 .phabricator-remarkup-mention-exists {
+1 -2
webroot/rsrc/css/phui/phui-property-list-view.css
··· 163 163 .phui-property-list-video { 164 164 display: block; 165 165 margin: 0 auto; 166 - width: 90%; 167 - min-width: 240px; 166 + max-width: 95%; 168 167 } 169 168 170 169 /* When tags appear in property lists, give them a little more vertical