1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Align notification bar with the navigation bar

This commit is contained in:
Cristian Beskid
2017-09-25 17:17:34 +02:00
parent 1a6f3d808b
commit 80c13f7c4f
2 changed files with 9 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ class RealtimeNotification extends React.Component {
: ''
return (
<div styleName='notification-area'>{link}</div>
<div styleName='notification-area' style={this.props.style}>{link}</div>
)
}
}