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

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

Issue 1832253002: Settings People Revamp: Address CSS wrongdoings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | chrome/browser/resources/settings/settings_menu/settings_menu.html » ('j') | 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.css
diff --git a/chrome/browser/resources/settings/people_page/people_page.css b/chrome/browser/resources/settings/people_page/people_page.css
index 638237e078ad52dc138756eb94239f6207328e06..ffeb9aadd8216897e2d4f1bc8e2ad026f11f5d35 100644
--- a/chrome/browser/resources/settings/people_page/people_page.css
+++ b/chrome/browser/resources/settings/people_page/people_page.css
@@ -3,11 +3,12 @@
* found in the LICENSE file. */
#account-picture {
- border-radius: 28px;
- height: 56px;
+ -webkit-margin-end: 4px;
+ border-radius: 20px;
+ height: 40px;
object-fit: cover;
vertical-align: middle;
- width: 56px;
+ width: 40px;
}
#account-picture:hover {
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_menu/settings_menu.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698