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

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

Issue 1965913003: [MD History] Add grouped history toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cbd_move
Patch Set: address comments Created 4 years, 7 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/app.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index f824579f375f37ea0c7f7ddb751c0f61992f6e99..3f42a738bcd2018d50d49b00a93dd1d9e1235db6 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -24,10 +24,6 @@
overflow: hidden;
}
- #toolbar {
- flex: 0 0 56px;
- }
-
history-list,
#history-synced-device-manager {
flex: 1 0 0;
@@ -42,7 +38,7 @@
background: var(--md-toolbar-color);
}
</style>
- <history-toolbar class="paper-header" id="toolbar"></history-toolbar>
+ <history-toolbar id="toolbar"></history-toolbar>
<div id="main-container">
<history-side-bar id="history-side-bar" selected-page="{{selectedPage}}">
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698