From 45c89c7b79a84fb918b656490f2bde9d1701d76a Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 14 Mar 2021 19:57:49 -0400 Subject: added a sidebar button for pdfs. fixed text editing to not be super slow when fitwidth && opened in lightbox. --- src/client/views/nodes/PDFBox.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/client/views/nodes/PDFBox.scss') 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; -- cgit v1.2.3-70-g09d2