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

This commit is contained in:
Germain
2023-09-21 11:04:57 +00:00
committed by GitHub
parent f60ba1c29d
commit 54ec7e696d
2 changed files with 7 additions and 1 deletions
+6
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;
}
}