diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-06-13 22:00:33 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-06-13 22:00:33 -0400 |
| commit | b631beaf11db59549e75cc38ae7288a0ba8845cf (patch) | |
| tree | 72964e5c225592405c79091e3c0c387786b1b901 /src/client/views/pdf/Page.tsx | |
| parent | eaa66ece6340534ad09cf83134b344ef43816cd9 (diff) | |
added collection back
Diffstat (limited to 'src/client/views/pdf/Page.tsx')
| -rw-r--r-- | src/client/views/pdf/Page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/Page.tsx b/src/client/views/pdf/Page.tsx index 9e3bf4954..1c305caa3 100644 --- a/src/client/views/pdf/Page.tsx +++ b/src/client/views/pdf/Page.tsx @@ -257,7 +257,7 @@ export default class Page extends React.Component<IPageProps> { let ratio = this._marqueeWidth / this._marqueeHeight; if (ratio > 1.5) { // vertical - transform = "rotate(90deg) scale(1, 2)"; + transform = "rotate(90deg) scale(1, 5)"; } else if (ratio < 0.5) { // horizontal |
