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
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;
}
}