small makeover of member info panel

this removes the style sharing between the verify buttons in the memberinfo panel and
and the encrypted event dialog because the diverge too much now.
This commit is contained in:
Bruno Windels 2019-01-29 21:14:16 +01:00
parent 8e7f3e1a68
commit 7d6f551841
4 changed files with 24 additions and 20 deletions

View file

@ -114,9 +114,8 @@ export default React.createClass({
);
}
// mx_MemberDeviceInfo because the vector's CSS on EncryptedEventDialog is awful
return (
<div className="mx_MemberDeviceInfo mx_DeviceVerifyButtons" >
<div className="mx_DeviceVerifyButtons" >
{ verifyButton }
{ blacklistButton }
</div>