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

Clean up Remarkup Preview on mobile

Summary: Some space is bleeding in here from two-column-css. Re-scope CSS.

Test Plan: Review creating a task on mobile with document preview present.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

authored by

Chad Little and committed by
chad
3f45defd 2a5dae4f

+4 -3
+2 -2
resources/celerity/map.php
··· 162 162 'rsrc/css/phui/phui-pager.css' => '77d8a794', 163 163 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 164 164 'rsrc/css/phui/phui-property-list-view.css' => '2dc7993f', 165 - 'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591', 165 + 'rsrc/css/phui/phui-remarkup-preview.css' => '54a34863', 166 166 'rsrc/css/phui/phui-segment-bar-view.css' => 'b1d1b892', 167 167 'rsrc/css/phui/phui-spacing.css' => '042804d6', 168 168 'rsrc/css/phui/phui-status.css' => 'd5263e49', ··· 871 871 'phui-pager-css' => '77d8a794', 872 872 'phui-pinboard-view-css' => '2495140e', 873 873 'phui-property-list-view-css' => '2dc7993f', 874 - 'phui-remarkup-preview-css' => '1a8f2591', 874 + 'phui-remarkup-preview-css' => '54a34863', 875 875 'phui-segment-bar-view-css' => 'b1d1b892', 876 876 'phui-spacing-css' => '042804d6', 877 877 'phui-status-list-view-css' => 'd5263e49',
+2 -1
webroot/rsrc/css/phui/phui-remarkup-preview.css
··· 27 27 padding: 16px 0 0 16px; 28 28 } 29 29 30 - .device-phone .phui-panel-preview { 30 + .device-phone .phui-panel-preview, 31 + .device-phone .phui-remarkup-preview { 31 32 display: none; 32 33 } 33 34