diff options
author | bobzel <zzzman@gmail.com> | 2020-08-06 20:06:47 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-06 20:06:47 -0400 |
commit | 7566ab0811a2503936f0a2e9a803db422dc1d44f (patch) | |
tree | edb4dd5e7c19da62322bc8dff1fb10736d821c25 /src/client/views/MainView.tsx | |
parent | 002eb8c7cd45bf4ad3e4e1e99ccb70675029678b (diff) | |
parent | 318f2bab4f086ce626fc3f1d099d1a09e245f95d (diff) |
merged presentation_updates with master
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 51137a080..2ed485188 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -437,7 +437,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() { |