| Index: chrome/browser/resources/md_history/app.vulcanized.html
|
| diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
|
| index 3839d6d49edd744cb0a30259c0da0e9baeaa88db..38a138019e73ebb928cc31bda0c8e6f67dedd651 100644
|
| --- a/chrome/browser/resources/md_history/app.vulcanized.html
|
| +++ b/chrome/browser/resources/md_history/app.vulcanized.html
|
| @@ -1938,6 +1938,7 @@ input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-s
|
| <style scope="cr-toolbar">:host {
|
| --cr-toolbar-field-width: 580px;
|
| --cr-toolbar-height: 56px;
|
| + align-items: center;
|
| color: #fff;
|
| display: flex;
|
| height: var(--cr-toolbar-height);
|
| @@ -1973,8 +1974,7 @@ h1 {
|
| }
|
|
|
| #centeredContent {
|
| - -webkit-margin-start: var(--cr-toolbar-field-margin, 0);
|
| - display: flex;
|
| + display: flex;
|
| flex: 1 1 0;
|
| justify-content: center;
|
| }
|
| @@ -1992,6 +1992,10 @@ h1 {
|
| ;
|
| }
|
|
|
| +:host(:not([narrow_])) #centeredContent {
|
| + -webkit-margin-start: var(--cr-toolbar-field-margin, 0);
|
| +}
|
| +
|
| :host(:not([narrow_])) #rightContent {
|
| position: var(--cr-toolbar-right-content-wide_-_position); left: var(--cr-toolbar-right-content-wide_-_left); right: var(--cr-toolbar-right-content-wide_-_right);
|
| }
|
|
|