| Index: chrome/browser/resources/md_history/shared_style.html
|
| diff --git a/chrome/browser/resources/md_history/shared_style.html b/chrome/browser/resources/md_history/shared_style.html
|
| index c57d0bf0607887976333ce31701bd6f504e7bd1b..74ffc13763542a52ef9e4e3ac0471997fba18b44 100644
|
| --- a/chrome/browser/resources/md_history/shared_style.html
|
| +++ b/chrome/browser/resources/md_history/shared_style.html
|
| @@ -8,6 +8,13 @@
|
| --card-min-width: 550px;
|
| --card-padding-between: 20px;
|
| --card-padding-side: 24px;
|
| + --card-sizing: {
|
| + margin: 0 auto;
|
| + max-width: var(--card-max-width);
|
| + min-width: var(--card-min-width);
|
| + padding: 0 var(--card-padding-side);
|
| + width: calc(100% - 2 * var(--card-padding-side));
|
| + };
|
| --first-card-padding-top: 24px;
|
| --item-height: 44px;
|
| --primary-text-color: #333;
|
|
|