Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2250)

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 1963013002: [MD settings] layout of site settings sub-pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698