Merge pull request #2522 from matrix-org/bwindels/memberpanel-tiny-makeover

Redesign: small member info panel makeover
This commit is contained in:
Bruno Windels 2019-01-30 10:01:33 +00:00 committed by GitHub
commit 6aca7e4515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>