mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
'center' the buttons just like the cog/video/voice buttons are.
This commit is contained in:
parent
d302f3eebb
commit
f882ecc31b
@ -167,3 +167,7 @@ limitations under the License.
|
||||
.mx_RoomHeader_voipButton {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_voipButtons {
|
||||
margin-top: 18px;
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user