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

Unified Diff: chrome/browser/resources/md_history/history_list.html

Issue 2402913002: MD History: Fix minor visual inconsistencies (Closed)
Patch Set: Created 4 years, 2 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
Index: chrome/browser/resources/md_history/history_list.html
diff --git a/chrome/browser/resources/md_history/history_list.html b/chrome/browser/resources/md_history/history_list.html
index f5b641b02bf38803f0ccaef8f4754cb30f5161b8..bfdb2da1d558efd98eccc54cc9d6fefb70be5764 100644
--- a/chrome/browser/resources/md_history/history_list.html
+++ b/chrome/browser/resources/md_history/history_list.html
@@ -13,11 +13,11 @@
box-sizing: border-box;
display: block;
overflow: auto;
- padding-top: var(--first-card-padding-top);
}
iron-list {
@apply(--card-sizing);
+ margin-top: var(--first-card-padding-top);
}
</style>
<div id="no-results" class="centered-message"
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | chrome/browser/resources/md_history/lazy_load.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698