aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-14 19:57:49 -0400
committerbobzel <zzzman@gmail.com>2021-03-14 19:57:49 -0400
commit45c89c7b79a84fb918b656490f2bde9d1701d76a (patch)
tree3252efae426464b1a2203f02303653a204ad0b45 /src/client/views/nodes/PDFBox.scss
parent5fe63360364cd85b33ca797c0152f831cbbb0104 (diff)
added a sidebar button for pdfs. fixed text editing to not be super slow when fitwidth && opened in lightbox.
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
-rw-r--r--src/client/views/nodes/PDFBox.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss
index 74b331ae1..564873cf5 100644
--- a/src/client/views/nodes/PDFBox.scss
+++ b/src/client/views/nodes/PDFBox.scss
@@ -18,6 +18,19 @@
top: 0;
left: 0;
+ .pdfBox-overlayButton-sidebar {
+ background: #121721;
+ height: 25px;
+ width: 25px;
+ right: 0;
+ display: flex;
+ position: absolute;
+ align-items: center;
+ justify-content: center;
+ border-radius: 3px;
+ pointer-events: all;
+ }
+
.pdfBox-pageNums {
display: flex;
flex-direction: row;