Merge pull request #3967 from matrix-org/t3chguy/cs_verification_decoration

Right Panel Verification improvements
This commit is contained in:
Michael Telatynski 2020-01-29 09:46:24 +00:00 committed by GitHub
commit b24c7f3a04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 8 deletions

View file

@ -264,6 +264,9 @@ limitations under the License.
display: block;
margin: 16px 0;
}
button.mx_UserInfo_verify {
width: 100%; // FIXME get rid of this once we get rid of DialogButtons here
}
}
.mx_UserInfo.mx_UserInfo_smallAvatar {