| 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 6abd83102263bafa1d1962c9af51877b674f0ef9..1a720ef0da01dd106dbcddd435958c76c1955c62 100644
|
| --- a/chrome/browser/resources/md_history/app.vulcanized.html
|
| +++ b/chrome/browser/resources/md_history/app.vulcanized.html
|
| @@ -1941,6 +1941,7 @@ input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-s
|
|
|
| h1 {
|
| -webkit-margin-start: 6px;
|
| + -webkit-padding-end: 2px;
|
| flex: 1;
|
| font-size: 123%;
|
| font-weight: 400;
|
| @@ -1950,8 +1951,9 @@ h1 {
|
| }
|
|
|
| #leftContent {
|
| - -webkit-margin-start: 18px;
|
| + -webkit-padding-start: 18px;
|
| align-items: center;
|
| + box-sizing: border-box;
|
| display: flex;
|
| position: absolute;
|
| transition: opacity 100ms;
|
| @@ -1982,7 +1984,7 @@ h1 {
|
| }
|
|
|
| :host(:not([narrow_])) #leftContent {
|
| - max-width: calc((100% - var(--cr-toolbar-field-width) - 18px) / 2);
|
| + max-width: calc((100% - var(--cr-toolbar-field-width)) / 2);
|
| ;
|
| }
|
|
|
|
|