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

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

Issue 2503893003: MD Extensions: Replace toolbar/search field with cr-toolbar (Closed)
Patch Set: Re-use clear search string. Created 4 years, 1 month 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/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index 3839d6d49edd744cb0a30259c0da0e9baeaa88db..38a138019e73ebb928cc31bda0c8e6f67dedd651 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -1938,6 +1938,7 @@ input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-s
<style scope="cr-toolbar">:host {
--cr-toolbar-field-width: 580px;
--cr-toolbar-height: 56px;
+ align-items: center;
color: #fff;
display: flex;
height: var(--cr-toolbar-height);
@@ -1973,8 +1974,7 @@ h1 {
}
#centeredContent {
- -webkit-margin-start: var(--cr-toolbar-field-margin, 0);
- display: flex;
+ display: flex;
flex: 1 1 0;
justify-content: center;
}
@@ -1992,6 +1992,10 @@ h1 {
;
}
+:host(:not([narrow_])) #centeredContent {
+ -webkit-margin-start: var(--cr-toolbar-field-margin, 0);
+}
+
:host(:not([narrow_])) #rightContent {
position: var(--cr-toolbar-right-content-wide_-_position); left: var(--cr-toolbar-right-content-wide_-_left); right: var(--cr-toolbar-right-content-wide_-_right);
}
« no previous file with comments | « chrome/browser/resources/md_extensions/manager.html ('k') | chrome/browser/ui/webui/extensions/extensions_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698