Render space pills with square corners to match new avatar (#11632)
This commit is contained in:
parent
f60ba1c29d
commit
54ec7e696d
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue