Merge branch 'develop' into germain-gg/facepile-offset

This commit is contained in:
Germain 2023-09-22 08:46:37 +01:00 committed by GitHub
commit 224f34c211
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
163 changed files with 15302 additions and 13240 deletions

View file

@ -158,9 +158,7 @@ limitations under the License.
display: flex;
.mx_BaseAvatar {
display: inline-flex;
margin: auto 16px auto 5px;
vertical-align: middle;
}
> div {

View file

@ -89,4 +89,10 @@ limitations under the License.
height: 16px;
width: 16px;
}
&.mx_SpacePill {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
padding-left: 4px;
}
}