diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-19 13:54:45 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-19 13:54:45 -0400 |
| commit | 3e2709a68e32650074e2bbc9af89fa0d66536d77 (patch) | |
| tree | 489e8df395f8dc7e061f7ae52fb130f7c112dc7f /src/client/views/collections/CollectionTimeView.tsx | |
| parent | e8ef90478cec13d45de0fe42e32a594e2630c47d (diff) | |
simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed colorBox layout.
Diffstat (limited to 'src/client/views/collections/CollectionTimeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTimeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTimeView.tsx b/src/client/views/collections/CollectionTimeView.tsx index f3f81ee26..0702febae 100644 --- a/src/client/views/collections/CollectionTimeView.tsx +++ b/src/client/views/collections/CollectionTimeView.tsx @@ -230,7 +230,7 @@ export class CollectionTimeView extends CollectionSubView(doc => doc) { } return <div className={"collectionTimeView" + (doTimeline ? "" : "-pivot")} onContextMenu={this.specificMenu} - style={{ width: this.props.PanelWidth(), height: `calc(100% - ${this.layoutDoc._chromeStatus === "enabled" ? 51 : 0}px)` }}> + style={{ width: this.props.PanelWidth(), height: "100%" }}> {this.pivotKeyUI} {this.contents} {!this.props.isSelected() || !doTimeline ? (null) : <> |
