mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
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
This commit is contained in:
parent
7187a5351e
commit
c9de213750
2 changed files with 4 additions and 8 deletions
|
@ -10,7 +10,7 @@ return array(
|
||||||
'core.pkg.css' => '12dcd407',
|
'core.pkg.css' => '12dcd407',
|
||||||
'core.pkg.js' => 'a590b451',
|
'core.pkg.js' => 'a590b451',
|
||||||
'darkconsole.pkg.js' => 'e7393ebb',
|
'darkconsole.pkg.js' => 'e7393ebb',
|
||||||
'differential.pkg.css' => '9451634c',
|
'differential.pkg.css' => '2de124c9',
|
||||||
'differential.pkg.js' => 'ebef29b1',
|
'differential.pkg.js' => 'ebef29b1',
|
||||||
'diffusion.pkg.css' => '385e85b3',
|
'diffusion.pkg.css' => '385e85b3',
|
||||||
'diffusion.pkg.js' => '0115b37c',
|
'diffusion.pkg.js' => '0115b37c',
|
||||||
|
@ -60,7 +60,7 @@ return array(
|
||||||
'rsrc/css/application/differential/add-comment.css' => 'c47f8c40',
|
'rsrc/css/application/differential/add-comment.css' => 'c47f8c40',
|
||||||
'rsrc/css/application/differential/changeset-view.css' => 'b6b0d1bb',
|
'rsrc/css/application/differential/changeset-view.css' => 'b6b0d1bb',
|
||||||
'rsrc/css/application/differential/core.css' => '7ac3cabc',
|
'rsrc/css/application/differential/core.css' => '7ac3cabc',
|
||||||
'rsrc/css/application/differential/phui-inline-comment.css' => '9fadd6b8',
|
'rsrc/css/application/differential/phui-inline-comment.css' => '0fdb3667',
|
||||||
'rsrc/css/application/differential/revision-comment.css' => '14b8565a',
|
'rsrc/css/application/differential/revision-comment.css' => '14b8565a',
|
||||||
'rsrc/css/application/differential/revision-history.css' => '0e8eb855',
|
'rsrc/css/application/differential/revision-history.css' => '0e8eb855',
|
||||||
'rsrc/css/application/differential/revision-list.css' => 'f3c47d33',
|
'rsrc/css/application/differential/revision-list.css' => 'f3c47d33',
|
||||||
|
@ -788,7 +788,7 @@ return array(
|
||||||
'phui-image-mask-css' => '5a8b09c8',
|
'phui-image-mask-css' => '5a8b09c8',
|
||||||
'phui-info-panel-css' => '27ea50a1',
|
'phui-info-panel-css' => '27ea50a1',
|
||||||
'phui-info-view-css' => '5b16bac6',
|
'phui-info-view-css' => '5b16bac6',
|
||||||
'phui-inline-comment-view-css' => '9fadd6b8',
|
'phui-inline-comment-view-css' => '0fdb3667',
|
||||||
'phui-list-view-css' => '125599df',
|
'phui-list-view-css' => '125599df',
|
||||||
'phui-object-box-css' => '407eaf5a',
|
'phui-object-box-css' => '407eaf5a',
|
||||||
'phui-object-item-list-view-css' => '36ce366c',
|
'phui-object-item-list-view-css' => '36ce366c',
|
||||||
|
|
|
@ -83,17 +83,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-phone .differential-inline-comment .inline-head-right {
|
.device-phone .differential-inline-comment .inline-head-right {
|
||||||
float: none;
|
margin: 12px 0 4px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-phone .differential-inline-comment .inline-head-right .mml {
|
.device-phone .differential-inline-comment .inline-head-right .mml {
|
||||||
margin: 0 4px 0 0;
|
margin: 0 4px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-phone .differential-inline-comment .differential-inline-comment-head {
|
|
||||||
padding: 0px 0px 4px 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* - Sythetic Comment ---------------------------------------------------------
|
/* - Sythetic Comment ---------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue