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

Unified Diff: chrome/browser/resources/pdf/pdf.js

Issue 1312373002: Material PDF: Style audit and cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests for page selector Created 5 years, 4 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') | chrome/test/data/pdf/material_elements_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/pdf/pdf.js
diff --git a/chrome/browser/resources/pdf/pdf.js b/chrome/browser/resources/pdf/pdf.js
index 6f8e0318d412d53b6646945aeaaa5c609f192466..18c8f38e4e2d94ebed109b08cc74b753bf480249 100644
--- a/chrome/browser/resources/pdf/pdf.js
+++ b/chrome/browser/resources/pdf/pdf.js
@@ -85,7 +85,7 @@ PDFViewer.MIN_TOOLBAR_OFFSET = 15;
* The height of the toolbar along the top of the page. The document will be
* shifted down by this much in the viewport.
*/
-PDFViewer.MATERIAL_TOOLBAR_HEIGHT = 64;
+PDFViewer.MATERIAL_TOOLBAR_HEIGHT = 56;
/**
* Creates a new PDFViewer. There should only be one of these objects per
« no previous file with comments | « chrome/browser/resources/pdf/index-material.css ('k') | chrome/test/data/pdf/material_elements_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698