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

Unified Diff: chrome/browser/resources/local_ntp/local_ntp.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 | « no previous file | chrome/browser/resources/local_ntp/most_visited_single.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/local_ntp/local_ntp.css
diff --git a/chrome/browser/resources/local_ntp/local_ntp.css b/chrome/browser/resources/local_ntp/local_ntp.css
index bc6783f9a90ec29b603b13f85a32929db7a340d1..4804f624868367be04880818828c977caf921d4b 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.css
+++ b/chrome/browser/resources/local_ntp/local_ntp.css
@@ -594,6 +594,11 @@ html[dir=rtl] .thumb-ntp .mv-favicon {
background-size: 16px 16px;
}
+.mv-favicon img {
+ height: 100%;
+ width: 100%;
+}
+
/* The notification shown when a tile is blacklisted. */
#mv-notice {
font-size: 12px;
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/most_visited_single.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698