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

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

Issue 2073703002: MD History: Simplify flex layout in <history-list> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 4 years, 6 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_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index 651b241c39507a43c800ed3744ecca089990ee8e..17d4c14a7ae2331e1ef35bca2db94cbe70029d07 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -30,6 +30,10 @@
width: 100%;
}
+ :host([is-first-item]) #main-container {
+ margin-top: var(--first-card-padding-top);
+ }
+
:host([is-card-start]) #main-container {
border-top-width: 1px;
}

Powered by Google App Engine
This is Rietveld 408576698