'center' the buttons just like the cog/video/voice buttons are.

kegan/timestamp-hover
Kegan Dougal 2015-10-20 10:22:23 +01:00
parent d302f3eebb
commit f882ecc31b
2 changed files with 5 additions and 1 deletions

View File

@ -167,3 +167,7 @@ limitations under the License.
.mx_RoomHeader_voipButton {
display: table-cell;
}
.mx_RoomHeader_voipButtons {
margin-top: 18px;
}

View File

@ -72,7 +72,7 @@ module.exports = React.createClass({
}
callButtons = (
<div>
<div className="mx_RoomHeader_voipButtons">
<div className="mx_RoomHeader_textButton mx_RoomHeader_voipButton"
onClick={this.onHangupClick}>
End call