aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-09-09 13:07:33 -0400
committerbobzel <zzzman@gmail.com>2020-09-09 13:07:33 -0400
commit320f18503439c7e490f259ed2ed7355ff72b4237 (patch)
tree69fc716767970cfaffa9608a6d1b074b3a1ffb86 /src/client/views/nodes/PDFBox.scss
parent262361a9df317259e5182124f18537d4d3c14c43 (diff)
fixed unpnning pdf annotations. remvoed unused UI from PDFmenu
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
-rw-r--r--src/client/views/nodes/PDFBox.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss
index f2ab37984..1c73ec8cb 100644
--- a/src/client/views/nodes/PDFBox.scss
+++ b/src/client/views/nodes/PDFBox.scss
@@ -189,8 +189,8 @@
margin-bottom: auto;
transform-origin: 42% 15%;
width: 100%;
- transform: rotate(55deg);
- font-size: 200;
+ transform: rotate(55deg) scale(0.8);
+ font-size: 80;
padding: 5%;
overflow: hidden;
display: inline-block;
@@ -202,6 +202,8 @@
}
.pdfBox {
+ width: 100%;
+ height: 100%;
.pdfViewerDash-text {
.textLayer {
span {
@@ -212,6 +214,8 @@
}
.pdfBox-interactive {
+ width: 100%;
+ height: 100%;
pointer-events: all;
.pdfViewerDash-text {
.textLayer {