@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 mobile previous revision inline comments

Summary: Fixes T9016, adds additonal space around icons.

Test Plan: Visit an old inline comment, no overlapping icon.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9016

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

+4 -8
+3 -3
resources/celerity/map.php
··· 10 10 'core.pkg.css' => '12dcd407', 11 11 'core.pkg.js' => 'a590b451', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 - 'differential.pkg.css' => '9451634c', 13 + 'differential.pkg.css' => '2de124c9', 14 14 'differential.pkg.js' => 'ebef29b1', 15 15 'diffusion.pkg.css' => '385e85b3', 16 16 'diffusion.pkg.js' => '0115b37c', ··· 60 60 'rsrc/css/application/differential/add-comment.css' => 'c47f8c40', 61 61 'rsrc/css/application/differential/changeset-view.css' => 'b6b0d1bb', 62 62 'rsrc/css/application/differential/core.css' => '7ac3cabc', 63 - 'rsrc/css/application/differential/phui-inline-comment.css' => '9fadd6b8', 63 + 'rsrc/css/application/differential/phui-inline-comment.css' => '0fdb3667', 64 64 'rsrc/css/application/differential/revision-comment.css' => '14b8565a', 65 65 'rsrc/css/application/differential/revision-history.css' => '0e8eb855', 66 66 'rsrc/css/application/differential/revision-list.css' => 'f3c47d33', ··· 788 788 'phui-image-mask-css' => '5a8b09c8', 789 789 'phui-info-panel-css' => '27ea50a1', 790 790 'phui-info-view-css' => '5b16bac6', 791 - 'phui-inline-comment-view-css' => '9fadd6b8', 791 + 'phui-inline-comment-view-css' => '0fdb3667', 792 792 'phui-list-view-css' => '125599df', 793 793 'phui-object-box-css' => '407eaf5a', 794 794 'phui-object-item-list-view-css' => '36ce366c',
+1 -5
webroot/rsrc/css/application/differential/phui-inline-comment.css
··· 83 83 } 84 84 85 85 .device-phone .differential-inline-comment .inline-head-right { 86 - float: none; 86 + margin: 12px 0 4px 4px; 87 87 } 88 88 89 89 .device-phone .differential-inline-comment .inline-head-right .mml { 90 90 margin: 0 4px 0 0; 91 - } 92 - 93 - .device-phone .differential-inline-comment .differential-inline-comment-head { 94 - padding: 0px 0px 4px 8px; 95 91 } 96 92 97 93