| Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| index a14fe6d4fb6f5baa7bd4664700a0343fe2f1000b..b99096c8264fa1ba32f159cea0b343e81bc9ea18 100644
|
| --- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| +++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| @@ -125,7 +125,7 @@
|
|
|
| :host([narrow][showing-search]) #icon,
|
| :host([narrow][showing-search]) paper-spinner-lite {
|
| - -webkit-margin-start: var(--cr-control-spacing);
|
| + -webkit-margin-start: 18px; /* Line up with Menu icon. */
|
| }
|
| </style>
|
| <template is="dom-if" if="[[isSpinnerShown_]]">
|
|
|