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
2 changed files with 5 additions and 3 deletions
-2
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;
}