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

Unified Diff: chrome/browser/resources/settings/people_page/manage_profile.html

Issue 2338003004: [MD settings] margin around grid of avatar icons (Closed)
Patch Set: equal margins Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/manage_profile.html
diff --git a/chrome/browser/resources/settings/people_page/manage_profile.html b/chrome/browser/resources/settings/people_page/manage_profile.html
index 4df87a9c7c7ac1ecad80983063a2cffbf48cf60b..491784bef0d01d3cac680d1931c41dccecd7940b 100644
--- a/chrome/browser/resources/settings/people_page/manage_profile.html
+++ b/chrome/browser/resources/settings/people_page/manage_profile.html
@@ -10,9 +10,7 @@
<template>
<style include="settings-shared">
#selector {
- -webkit-margin-start: 16px;
- margin-top: 16px;
- max-width: 624px;
tommycli 2016/09/16 17:45:45 I assume we legitimately don't need max-width anym
+ margin: 16px 20px;
}
</style>
<div class="settings-box first">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698