mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Fix crumb alignment with new notification layout
Summary: Crumbs misalign because the hit area on the icons was 2px too large. Test Plan: Test on pages with crumbs. IE, FF, Chrome... Reviewers: epriestley, btrahan Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D10949
This commit is contained in:
parent
34fb98da66
commit
e3f99947ac
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => 'a82ffdea',
|
||||
'core.pkg.css' => '9b417064',
|
||||
'core.pkg.js' => 'ef8f73ee',
|
||||
'darkconsole.pkg.js' => 'df001cab',
|
||||
'differential.pkg.css' => '8af45893',
|
||||
|
@ -35,7 +35,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' => 'de453b7c',
|
||||
'rsrc/css/application/base/main-menu-view.css' => '33e5f2f6',
|
||||
'rsrc/css/application/base/notification-menu.css' => '6aa0a74b',
|
||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => '5d71008f',
|
||||
'rsrc/css/application/base/standard-page-view.css' => '3f5b9311',
|
||||
|
@ -723,7 +723,7 @@ return array(
|
|||
'phabricator-hovercard-view-css' => '893f4783',
|
||||
'phabricator-keyboard-shortcut' => '1ae869f2',
|
||||
'phabricator-keyboard-shortcut-manager' => 'ad7a69ca',
|
||||
'phabricator-main-menu-view' => 'de453b7c',
|
||||
'phabricator-main-menu-view' => '33e5f2f6',
|
||||
'phabricator-nav-view-css' => '9283c2df',
|
||||
'phabricator-notification' => '0c6946e7',
|
||||
'phabricator-notification-css' => '9c279160',
|
||||
|
|
|
@ -292,7 +292,7 @@
|
|||
width: 18px;
|
||||
height: 18px;
|
||||
float: left;
|
||||
padding: 9px 6px 9px 4px;
|
||||
padding: 8px 6px 8px 4px;
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
|
|
Loading…
Reference in a new issue