Merge branch 'develop' into matthew/preview_urls
This commit is contained in:
commit
a5258978d6
4 changed files with 53 additions and 11 deletions
|
@ -214,3 +214,8 @@ input[type=text]:focus, textarea:focus {
|
|||
color: #454545;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.emojione {
|
||||
height: 1em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
@ -32,6 +32,14 @@ limitations under the License.
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.mx_MemberInfo_avatar .mx_BaseAvatar {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.mx_MemberInfo_avatar .mx_BaseAvatar.mx_BaseAvatar_image {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_MemberInfo_profile {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue