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

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

Issue 1729263005: MD History: Display synced tabs history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mdh_shared_styles
Patch Set: add tests 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
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 fdb1b1bb6cf0ba669559c8d25d65fd417f7f07ae..c74986f016d9f26491608c39aef0e9e60d70f20c 100644
--- a/chrome/browser/resources/md_history/history_list.html
+++ b/chrome/browser/resources/md_history/history_list.html
@@ -4,9 +4,11 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-menu/paper-menu.html">
<link rel="import" href="chrome://resources/html/cr/ui/position_util.html">
<link rel="import" href="chrome://history/history_item.html">
+<link rel="import" href="chrome://history/shared_style.html">
<dom-module id="history-list">
<template>
+ <style include="shared-style"></style>
<style>
:host {
display: flex;
@@ -28,7 +30,7 @@
#infinite-list {
flex: 1;
- padding: 20px 0 0 0;
+ padding-top: var(--first-card-padding-top);
}
paper-item {

Powered by Google App Engine
This is Rietveld 408576698