| 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 f9ed2691ef4929ae418448d4ce2e7bd5cea9510f..aeace4dfa10ff6b9eb409b197edb8afd6d8b751d 100644
|
| --- a/chrome/browser/resources/md_history/shared_style.html
|
| +++ b/chrome/browser/resources/md_history/shared_style.html
|
| @@ -3,8 +3,10 @@
|
| <style>
|
| :root {
|
| --card-border-color: rgba(0, 0, 0, 0.14);
|
| + --card-first-last-item-padding: 8px;
|
| --card-max-width: 960px;
|
| --card-min-width: 500px;
|
| + --card-padding-between: 20px;
|
| --card-padding-side: 24px;
|
| --first-card-padding-top: 40px;
|
| --side-bar-width: 256px;
|
| @@ -40,7 +42,7 @@
|
| .website-icon {
|
| -webkit-margin-end: 16px;
|
| height: 16px;
|
| - min-width: 16px;
|
| + width: 16px;
|
| }
|
|
|
| .website-title {
|
|
|