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

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

Issue 2119113002: MD History: Fix item sizing in small windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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/md_history/history_item.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/grouped_list.html
diff --git a/chrome/browser/resources/md_history/grouped_list.html b/chrome/browser/resources/md_history/grouped_list.html
index 1b388581b53eae0cb539559675ccf0bd3ae81fc3..cf1c109273175c4d5fd7647ff3bc1017ec45aed1 100644
--- a/chrome/browser/resources/md_history/grouped_list.html
+++ b/chrome/browser/resources/md_history/grouped_list.html
@@ -15,10 +15,11 @@
}
#main-container {
+ @apply(--card-sizing);
align-items: center;
display: flex;
flex-direction: column;
- padding: var(--first-card-padding-top) var(--card-padding-side);
+ padding-top: var(--first-card-padding-top);
}
.domain-heading {
@@ -61,7 +62,6 @@
}
history-item {
- --border-style: none;
padding-left: 20px;
}
</style>
@@ -101,7 +101,8 @@
has-time-gap="[[needsTimeGap_(
groupIndex, domainIndex, itemIndex)]]"
search-term="[[searchedTerm]]"
- number-of-items="[[historyData.length]]">
+ number-of-items="[[historyData.length]]"
+ embedded>
</history-item>
</template>
</template>
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698