diff options
author | bobzel <zzzman@gmail.com> | 2020-08-06 19:58:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 19:58:52 -0400 |
commit | 318f2bab4f086ce626fc3f1d099d1a09e245f95d (patch) | |
tree | 85ec890c68b240506e4255c8549a7f4586886c0b /src/client/views/MainView.tsx | |
parent | 6d8dfee38bd39b95396cbc97405516693116b58f (diff) | |
parent | 3e4329b81d96f139f38eeb182afcbd8359dcd171 (diff) |
Merge pull request #501 from browngraphicslab/acls_uv
For more testing
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 007d531c8..f7c7b542f 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -439,7 +439,7 @@ export class MainView extends React.Component { } sidebarScreenToLocal = () => new Transform(0, (CollectionMenu.Instance.Pinned ? -35 : 0), 1); //sidebarScreenToLocal = () => new Transform(0, (RichTextMenu.Instance.Pinned ? -35 : 0) + (CollectionMenu.Instance.Pinned ? -35 : 0), 1); - mainContainerXf = () => this.sidebarScreenToLocal().translate(0, -this._buttonBarHeight); + mainContainerXf = () => this.sidebarScreenToLocal().translate(-55, 0); @computed get closePosition() { return 55 + this.flyoutWidth; } @computed get flyout() { |