Don't show public indicator on spaces (#8607)

This commit is contained in:
Šimon Brandner 2022-05-16 10:24:01 +02:00 committed by GitHub
parent 42f12485bc
commit e1d11db256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -29,8 +29,6 @@ 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;
}