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

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

Issue 2123683002: MD History: Address design nits (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 0283ff97f4f93947034379cbf78ee03bb716d851..1b388581b53eae0cb539559675ccf0bd3ae81fc3 100644
--- a/chrome/browser/resources/md_history/grouped_list.html
+++ b/chrome/browser/resources/md_history/grouped_list.html
@@ -24,7 +24,7 @@
.domain-heading {
align-items: center;
display: flex;
- height: 40px;
+ height: var(--item-height);
padding: 0 20px;
}
@@ -41,6 +41,7 @@
background: #fff;
border: 1px solid var(--card-border-color);
border-bottom-width: 2px;
+ border-radius: 2px;
margin-bottom: var(--card-padding-between);
max-width: var(--card-max-width);
min-width: var(--card-min-width);
« 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