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

Unified Diff: chrome/browser/resources/history/history_mobile.css

Issue 1596273003: [Android] Use fallback icon if there is no large favicon on the history page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/history/history.js ('k') | chrome/browser/ui/webui/browsing_history_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/history_mobile.css
diff --git a/chrome/browser/resources/history/history_mobile.css b/chrome/browser/resources/history/history_mobile.css
index 4a4bfbfb021f05786ee877b15923a31dc54ea10e..9f9ce36c786e5798032a6d27f633037f3b07b463 100644
--- a/chrome/browser/resources/history/history_mobile.css
+++ b/chrome/browser/resources/history/history_mobile.css
@@ -196,8 +196,7 @@ input {
.entry .visit-entry {
-webkit-flex: auto;
-webkit-flex-flow: column;
- -webkit-padding-start: 48px;
- background-size: 32px;
+ -webkit-padding-start: 16px;
line-height: 1.3;
}
@@ -221,6 +220,19 @@ input {
display: inline;
}
+.favicon {
+ background-size: 32px;
+ height: 32px;
+ width: 32px;
+}
+
+.fallback-favicon {
+ border-radius: 2px;
+ color: white;
+ font: bold 20px/32px sans-serif;
+ text-align: center;
+}
+
.entry .domain {
font-size: 14px;
}
« no previous file with comments | « chrome/browser/resources/history/history.js ('k') | chrome/browser/ui/webui/browsing_history_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698