0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 13:22:40 +00:00

Merge branch 'master' into pr/3484

This commit is contained in:
Trevor Buckner
2024-09-09 23:22:00 -04:00
9 changed files with 148 additions and 80 deletions

View File

@@ -162,7 +162,7 @@ const SplitPane = createClass({
renderDivider : function(){
return <>
{this.renderMoveArrows()}
{this.props.showDividerButtons && this.renderMoveArrows()}
<div className='divider' onPointerDown={this.handleDown} >
<div className='dots'>
<i className='fas fa-circle' />