Give a bigger target area to AppsDrawer vertical resizer

The existing target was too hard to hit, which annoyed users. This change makes it the same sort of surface area as the horizontal resizers, as requested by design to fix the problem in the short term.
This commit is contained in:
Travis Ralston 2021-01-20 15:05:18 -07:00
parent 3115c4f3f3
commit c7c055dd98
2 changed files with 30 additions and 10 deletions

View file

@ -252,6 +252,7 @@ export default class AppsDrawer extends React.Component {
minHeight={100}
maxHeight={this.props.maxHeight ? this.props.maxHeight - 50 : undefined}
handleClass="mx_AppsContainer_resizerHandle"
handleWrapperClass="mx_AppsContainer_resizerHandleContainer"
className="mx_AppsContainer_resizer"
resizeNotifier={this.props.resizeNotifier}
>