1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Fix search typeahead results on mobile and tablet

Summary: Some styles were getting clobbered, tightened things up

Test Plan: Test mobile, desktop and tablet breakpoints

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9669
This commit is contained in:
Chad Little 2014-06-22 12:34:08 -07:00
parent 78c2d58586
commit b010055334
2 changed files with 19 additions and 3 deletions

View file

@ -7,7 +7,7 @@
return array(
'names' =>
array(
'core.pkg.css' => '2400facf',
'core.pkg.css' => '22e4fc33',
'core.pkg.js' => 'b440d8d7',
'darkconsole.pkg.js' => 'ca8671ce',
'differential.pkg.css' => '4a93db37',
@ -36,7 +36,7 @@ return array(
'rsrc/css/aphront/two-column.css' => '16ab3ad2',
'rsrc/css/aphront/typeahead.css' => 'a989b5b3',
'rsrc/css/application/auth/auth.css' => '1e655982',
'rsrc/css/application/base/main-menu-view.css' => 'b597e539',
'rsrc/css/application/base/main-menu-view.css' => 'aceca0e9',
'rsrc/css/application/base/notification-menu.css' => 'cbff1b94',
'rsrc/css/application/base/phabricator-application-launch-view.css' => '8b7e271d',
'rsrc/css/application/base/standard-page-view.css' => '517cdfb1',
@ -719,7 +719,7 @@ return array(
'phabricator-hovercard-view-css' => 'cae6e28f',
'phabricator-keyboard-shortcut' => '1ae869f2',
'phabricator-keyboard-shortcut-manager' => 'ad7a69ca',
'phabricator-main-menu-view' => 'b597e539',
'phabricator-main-menu-view' => 'aceca0e9',
'phabricator-nav-view-css' => '9283c2df',
'phabricator-notification' => '0c6946e7',
'phabricator-notification-css' => 'ef2c9b34',

View file

@ -201,6 +201,10 @@
margin-left: 40px;
}
.device .phabricator-main-menu-search-target div.jx-typeahead-results {
margin-left: 30px;
}
.phabricator-main-search-typeahead-result .phabricator-search-icon {
display: inline-block;
width: 28px;
@ -237,6 +241,18 @@
padding: 0;
}
.device-phone .phabricator-main-search-typeahead-result .result-name {
font-size: 15px;
}
.device-phone .phabricator-main-search-typeahead-result .result-type {
font-size: 13px;
}
.device .phabricator-dark-menu .phui-list-item-type-link
.phabricator-main-search-typeahead-result {
line-height: 18px;
}
/* - Alert ---------------------------------------------------------------------