Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 11eca18

Browse files
Stop spaces from displaying as rooms in new breadcrumbs (#8595)
1 parent e0d94f6 commit 11eca18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/views/avatars/_BaseAvatar.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ limitations under the License.
2929
user-select: none;
3030

3131
&.mx_RoomAvatar_isSpaceRoom {
32+
mask-image: unset !important; // override mx_DecoratedRoomAvatar_cutout
33+
3234
&.mx_BaseAvatar_image, .mx_BaseAvatar_image {
3335
border-radius: 8px;
3436
}

0 commit comments

Comments
 (0)