| 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 4b654d763aab5489832d1e6eb9b0f07e91fe93f9..b7b1fb27e91d05eb2a466a9dacff220ef8671bd0 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
|
| @@ -126,7 +126,7 @@
|
|
|
| :host([narrow][showing-search]) #icon,
|
| :host([narrow][showing-search]) paper-spinner-lite {
|
| - -webkit-margin-start: 18px;
|
| + -webkit-margin-start: var(--cr-control-spacing);
|
| }
|
| </style>
|
| <template is="dom-if" if="[[isSpinnerShown_]]">
|
|
|