From 6c4bae7d84180af558ab6872a40f59ad72d7cd0d Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Tue, 24 Nov 2020 15:39:16 -0500 Subject: [PATCH 01/17] Cleanup HTML and CSS --- src/styles/sass/reader/_toolbox.scss | 13 -- viewer/index.html | 253 +++++++++------------------ viewer/index_api.html | 50 +++--- viewer/index_material.html | 159 +++++++++-------- 4 files changed, 194 insertions(+), 281 deletions(-) diff --git a/src/styles/sass/reader/_toolbox.scss b/src/styles/sass/reader/_toolbox.scss index bd4a0261..e8f303ed 100644 --- a/src/styles/sass/reader/_toolbox.scss +++ b/src/styles/sass/reader/_toolbox.scss @@ -53,19 +53,6 @@ background: grey; } -.toolbox-backdrop { - display: none; - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - width: 100%; - z-index: 998; // navbar-fixed is set to 997 - background: rgba(255,255,255,0); -} - - @keyframes toolsAnimateIn { from { opacity: 0; diff --git a/viewer/index.html b/viewer/index.html index 6b0a25db..f47eeb68 100644 --- a/viewer/index.html +++ b/viewer/index.html @@ -25,8 +25,7 @@ - + @@ -52,71 +51,48 @@