fix: search bar (#1175)

* fix: search bar distance

* fix: desktop window drag

* fix: remove unnecessary div

* fix: shift layout down on macOS if panels collapsed
This commit is contained in:
Aman Harwara
2022-06-28 22:42:17 +05:30
committed by GitHub
parent 7916ec439f
commit 5e5cf618c5
4 changed files with 4 additions and 5 deletions

View File

@@ -356,7 +356,7 @@ class PanelResizer extends Component<Props, State> {
alwaysVisible={this.props.alwaysVisible}
pressed={this.state.pressed}
collapsed={this.state.collapsed}
className={this.props.side}
className={`panel-resizer ${this.props.side}`}
onMouseDown={this.onMouseDown}
ref={this.resizerElementRef}
/>