Render space pills with square corners to match new avatar (#11632)

This commit is contained in:
Germain 2023-09-21 12:04:57 +01:00 committed by GitHub
parent f60ba1c29d
commit 54ec7e696d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

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