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

Unified Diff: chrome/browser/resources/pdf/elements/viewer-pane/viewer-pane.css

Issue 895193002: Fix height of the viewer-pane in Material Design PDF Viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/pdf/elements/viewer-pane/viewer-pane.css
diff --git a/chrome/browser/resources/pdf/elements/viewer-pane/viewer-pane.css b/chrome/browser/resources/pdf/elements/viewer-pane/viewer-pane.css
index a84a0b5f33a81577d189438622dc69845ec00bb5..b9c35e5026716b5556cf1cf28fe5479c270b7b36 100644
--- a/chrome/browser/resources/pdf/elements/viewer-pane/viewer-pane.css
+++ b/chrome/browser/resources/pdf/elements/viewer-pane/viewer-pane.css
@@ -10,10 +10,10 @@
*/
direction: rtl;
font-family: Roboto, 'Helvetica Neue', Helvetica, Arial;
- height: calc(100% - 64px);
+ height: calc(100% - 56px);
margin: 0;
right: 0;
- top: 64px;
+ top: 56px;
width: 22em;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698