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

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

Issue 2769493002: [MD settings] Scale avatar icon. (Closed)
Patch Set: Created 3 years, 9 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/people_page.html
diff --git a/chrome/browser/resources/settings/people_page/people_page.html b/chrome/browser/resources/settings/people_page/people_page.html
index 80a0c9f23b793aff165185514de6eec598430437..2543a127655e5682ca29d6693f5e04cfdf71cd4a 100644
--- a/chrome/browser/resources/settings/people_page/people_page.html
+++ b/chrome/browser/resources/settings/people_page/people_page.html
@@ -45,7 +45,7 @@
background-position: center;
background-repeat: no-repeat;
background-size: cover;
- border-radius: 20px;
+ clip-path: circle(19px at center);
tommycli 2017/03/21 22:29:53 Looks like the root cause is that the data URL ima
dschuyler 2017/03/21 23:27:15 That's true, it's documented in the bug (in commen
flex-shrink: 0;
height: 40px;
width: 40px;
« 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