| Index: chrome/browser/resources/settings/settings_shared_css.html
|
| diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
|
| index b5e89c4fde410740b7acaccf51854db61c4ea51a..99621bc022d5960d9cd62217882ed762f1e1d87d 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -176,7 +176,7 @@
|
|
|
| .list-item > .middle {
|
| flex: 1;
|
| - margin: 8px 12px;
|
| + margin: 8px 16px;
|
| overflow: hidden;
|
| white-space: nowrap;
|
| }
|
| @@ -271,6 +271,13 @@
|
| --paper-slider-knob-start-color: var(--google-blue-700);
|
| --paper-slider-pin-start-color: var(--google-blue-700);
|
| }
|
| +
|
| + .favicon-image {
|
| + background-repeat: no-repeat;
|
| + background-size: contain;
|
| + height: 16px;
|
| + width: 16px;
|
| + }
|
| </style>
|
| </template>
|
| </dom-module>
|
|
|