'center' the buttons just like the cog/video/voice buttons are.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user