Skip to content

Commit

Permalink
small css change
Browse files Browse the repository at this point in the history
  • Loading branch information
idoco committed Jul 3, 2017
1 parent eaa6973 commit 8bb73ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default class Widget extends Component {

(conf.closedStyle === 'chat' || isChatOpen || this.wasChatOpened()) ?
<div style={{background: conf.mainColor, ...desktopTitleStyle}} onClick={this.onClick}>
<div style={{padding: '4px 30px 0px 0px'}}>
<div style={{display: 'flex', alignItems: 'center', padding: '0px 30px 0px 0px'}}>
{isChatOpen ? conf.titleOpen : conf.titleClosed}
</div>
<ArrowIcon isOpened={isChatOpen}/>
Expand Down

0 comments on commit 8bb73ea

Please sign in to comment.