mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Stop spaces from displaying as rooms in new breadcrumbs (#8595)
This commit is contained in:
parent
e0d94f6338
commit
11eca18450
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ limitations under the License.
|
|||
user-select: none;
|
||||
|
||||
&.mx_RoomAvatar_isSpaceRoom {
|
||||
mask-image: unset !important; // override mx_DecoratedRoomAvatar_cutout
|
||||
|
||||
&.mx_BaseAvatar_image, .mx_BaseAvatar_image {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue