diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-10 11:57:01 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-09-10 11:57:01 -0400 |
| commit | d673482563d161171568682d745996598228baf2 (patch) | |
| tree | be14514794686a5d3eb4a9399bcc545a918c939b /src/client/views/nodes/PDFBox.scss | |
| parent | 75fa8e7e798566962d88fc3012c41c3179580e39 (diff) | |
fixiing behavior of following link to target in a PDF that hasn't loaded its contents yet... need to wait. also fixed pdf titltes in lod view
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index 174bf8eff..2d88246c2 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -187,8 +187,8 @@ color: lightgray; margin-top: auto; margin-bottom: auto; - transform-origin: 50% 50%; - width: 100%; + transform-origin: 40% 40%; + width: 125%; transform: rotate(40deg) scale(0.8); font-size: 80; padding: 5%; |
