diff options
| author | bobzel <zzzman@gmail.com> | 2022-11-01 18:29:11 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-11-01 18:29:11 -0400 |
| commit | dc942e6228e003caa3754a72c0e126d64332a004 (patch) | |
| tree | fc1f351ca684f4f61bb30f6fb838fd5c8ede476a /src/client/views/pdf/PDFViewer.scss | |
| parent | 10f6c2c56fa76100817312f9e019340ae2094289 (diff) | |
fixes for goldenlayout to initialize more cleanly. updated all old ReactDOM.render() to ReactDom.createRoot(). fixes for PDF/Web sidebar sizing. added text from pdf selection anchors to sidebar notes. fixed PDF text selection to align properly.
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index 822af6a68..470aa3eb1 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -27,14 +27,14 @@ opacity: unset; mix-blend-mode: multiply; // bcz: makes text fuzzy! - span { - padding-right: 5px; - padding-bottom: 4px; - } + // span { + // padding-right: 5px; + // padding-bottom: 4px; + // } } .textLayer ::selection { - background: #ACCEF7; + background: #accef7; } // should match the backgroundColor in createAnnotation() @@ -111,4 +111,4 @@ .pdfViewerDash-interactive { pointer-events: all; -}
\ No newline at end of file +} |
