'center' the buttons just like the cog/video/voice buttons are.
parent
d302f3eebb
commit
f882ecc31b
|
@ -167,3 +167,7 @@ limitations under the License.
|
||||||
.mx_RoomHeader_voipButton {
|
.mx_RoomHeader_voipButton {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomHeader_voipButtons {
|
||||||
|
margin-top: 18px;
|
||||||
|
}
|
|
@ -72,7 +72,7 @@ module.exports = React.createClass({
|
||||||
}
|
}
|
||||||
|
|
||||||
callButtons = (
|
callButtons = (
|
||||||
<div>
|
<div className="mx_RoomHeader_voipButtons">
|
||||||
<div className="mx_RoomHeader_textButton mx_RoomHeader_voipButton"
|
<div className="mx_RoomHeader_textButton mx_RoomHeader_voipButton"
|
||||||
onClick={this.onHangupClick}>
|
onClick={this.onHangupClick}>
|
||||||
End call
|
End call
|
||||||
|
|
Loading…
Reference in New Issue