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

Unified Diff: chrome/browser/resources/local_ntp/most_visited_single.css

Issue 1059993002: [New Tab Page] Local NTP: bound the size of favicon image. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code movement. Created 5 years, 8 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 | « chrome/browser/resources/local_ntp/local_ntp.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/local_ntp/most_visited_single.css
diff --git a/chrome/browser/resources/local_ntp/most_visited_single.css b/chrome/browser/resources/local_ntp/most_visited_single.css
index d79a7f841b3109450acacc4c6822ababc816bba7..2fe9ad4fbc412689a3d45747bbe774a3091b43ac 100644
--- a/chrome/browser/resources/local_ntp/most_visited_single.css
+++ b/chrome/browser/resources/local_ntp/most_visited_single.css
@@ -368,6 +368,11 @@ html[dir=rtl] .mv-favicon {
background-size: 16px 16px;
}
+.mv-favicon img {
+ height: 100%;
+ width: 100%;
+}
+
.mv-favicon.failed-favicon img {
display: none;
}
« no previous file with comments | « chrome/browser/resources/local_ntp/local_ntp.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698