From 686130b424b22273b4ea50b909eaf2567f462d50 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 2 Jul 2021 00:38:28 -0600 Subject: [PATCH] UX++ --- css/main.css | 12 +++++++----- index.html | 50 +++++++++++++++++++++----------------------------- js/pdf.js | 2 +- 3 files changed, 29 insertions(+), 35 deletions(-) diff --git a/css/main.css b/css/main.css index 9aeb356..aaf44c8 100644 --- a/css/main.css +++ b/css/main.css @@ -12,13 +12,15 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. html, body { height: 100%; width: 100%; + margin: 0; + padding: 0; } #page-canvas-container { - height: 90vh; - max-height: 90vh; - max-width: 80vw; - overflow: scroll; + height: 85vh; + max-height: 85vh; + max-width: 100vw; + overflow: auto; } #page-canvas-container .page-canvas { @@ -39,7 +41,7 @@ html, body { opacity: 0.5; position: absolute; float: left; - margin-top: -40px; + /* margin-top: -40px; */ padding: 0; } diff --git a/index.html b/index.html index 8381d27..dc4c093 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.