mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-29 16:08:22 +01:00
Crumbs on mobile should also sit flush
Summary: Increase the CSS specificity on mobile so correct styles are applied. Test Plan: Test a Maniphest Task Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11618
This commit is contained in:
parent
5fdee15117
commit
aef8e49ec6
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => 'c7357655',
|
||||
'core.pkg.css' => 'a65a887d',
|
||||
'core.pkg.js' => '65e04767',
|
||||
'darkconsole.pkg.js' => '8ab24e01',
|
||||
'differential.pkg.css' => '8af45893',
|
||||
|
@ -124,7 +124,7 @@ return array(
|
|||
'rsrc/css/phui/phui-action-list.css' => '9ee9910a',
|
||||
'rsrc/css/phui/phui-box.css' => '7b3a2eed',
|
||||
'rsrc/css/phui/phui-button.css' => '008ba5e2',
|
||||
'rsrc/css/phui/phui-crumbs-view.css' => '646a8830',
|
||||
'rsrc/css/phui/phui-crumbs-view.css' => '84cb5124',
|
||||
'rsrc/css/phui/phui-document.css' => 'a494bdf8',
|
||||
'rsrc/css/phui/phui-error-view.css' => '6b660bbc',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5',
|
||||
|
@ -771,7 +771,7 @@ return array(
|
|||
'phui-calendar-day-css' => 'de035c8a',
|
||||
'phui-calendar-list-css' => 'c1d0ca59',
|
||||
'phui-calendar-month-css' => 'a92e47d2',
|
||||
'phui-crumbs-view-css' => '646a8830',
|
||||
'phui-crumbs-view-css' => '84cb5124',
|
||||
'phui-document-view-css' => 'a494bdf8',
|
||||
'phui-error-view-css' => '6b660bbc',
|
||||
'phui-feed-story-css' => 'c9f3a0b5',
|
||||
|
|
|
@ -103,7 +103,7 @@ a.phui-crumbs-action .phui-icon-view {
|
|||
border-bottom: 1px solid rgba(205, 207, 211, 1);
|
||||
}
|
||||
|
||||
.phui-crumbs-view + .phui-object-box {
|
||||
body .phui-crumbs-view + .phui-object-box {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue