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

Unified Diff: chrome/browser/resources/pdf/index-material.html

Issue 891563004: Make the Material Design PDF Viewer's toolbar thinner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase before commit Created 5 years, 11 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 | « chrome/browser/resources/pdf/index-material.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/pdf/index-material.html
diff --git a/chrome/browser/resources/pdf/index-material.html b/chrome/browser/resources/pdf/index-material.html
index ae404a6a4bd8df7e9025a5410693f6c218a8317b..af1870cb0c14e2e113a51cd03c7590ce09ecb970 100644
--- a/chrome/browser/resources/pdf/index-material.html
+++ b/chrome/browser/resources/pdf/index-material.html
@@ -20,7 +20,7 @@
<body>
<paper-shadow id="toolbar-shadow" z="1">
<paper-progress value="0" id="progress-bar"></paper-progress>
- <core-toolbar id="pdf-toolbar">
+ <core-toolbar id="pdf-toolbar" class="core-narrow">
<span id="title" flex></span>
<viewer-page-selector id="page-indicator" flex></viewer-page-selector>
« no previous file with comments | « chrome/browser/resources/pdf/index-material.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698