fix layout

kegan/timestamp-hover
Matthew Hodgson 2015-10-20 11:49:08 +01:00
parent bb5895c157
commit 137439243a
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ module.exports = React.createClass({
zoom_button = (
<div className="mx_RoomHeader_button" onClick={this.onFullscreenClick}>
<img src="img/zoom.png" title="Fullscreen" alt="Fullscreen" width="32" height="32"/>
<img src="img/zoom.png" title="Fullscreen" alt="Fullscreen" width="32" height="32" style={{ 'marginTop': '3px' }}/>
</div>
);
}