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

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

Issue 2736343002: MD Settings Fix google logo size (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 a4bc33b71b800cc8edfd5615eef59191070f0af4..75d064076d6cd40d98c8429cdc95a7255126fd97 100644
--- a/chrome/browser/resources/settings/people_page/people_page.html
+++ b/chrome/browser/resources/settings/people_page/people_page.html
@@ -91,8 +91,8 @@
#googleg-logo {
background-image: url(../../../../../ui/webui/resources/images/200-logo_googleg.png);
background-size: cover;
- height: var(--iron-icon-height);
- width: var(--iron-icon-width);
+ height: 16px;
+ width: 16px;
}
#disconnectDialog .footer .settings-box {
« 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