Apply prettier formatting

This commit is contained in:
Michael Weimann 2022-12-12 12:24:14 +01:00
parent 1cac306093
commit 526645c791
No known key found for this signature in database
GPG key ID: 53F535A266BB9584
1576 changed files with 65385 additions and 62478 deletions

View file

@ -29,7 +29,8 @@ limitations under the License.
user-select: none;
&.mx_RoomAvatar_isSpaceRoom {
&.mx_BaseAvatar_image, .mx_BaseAvatar_image {
&.mx_BaseAvatar_image,
.mx_BaseAvatar_image {
border-radius: 8px;
}
}

View file

@ -14,12 +14,13 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_DecoratedRoomAvatar, .mx_ExtraTile {
.mx_DecoratedRoomAvatar,
.mx_ExtraTile {
position: relative;
contain: content;
&.mx_DecoratedRoomAvatar_cutout .mx_BaseAvatar {
mask-image: url('$(res)/img/element-icons/roomlist/decorated-avatar-mask.svg');
mask-image: url("$(res)/img/element-icons/roomlist/decorated-avatar-mask.svg");
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
@ -37,7 +38,7 @@ limitations under the License.
}
.mx_DecoratedRoomAvatar_icon::before {
content: '';
content: "";
width: 100%;
height: 100%;
right: 0;
@ -50,7 +51,7 @@ limitations under the License.
mask-size: contain;
mask-repeat: no-repeat;
background: $secondary-content;
mask-image: url('$(res)/img/globe.svg');
mask-image: url("$(res)/img/globe.svg");
}
.mx_DecoratedRoomAvatar_icon_offline::before {
@ -69,7 +70,8 @@ limitations under the License.
background-color: $presence-busy;
}
.mx_NotificationBadge, .mx_RoomTile_badgeContainer {
.mx_NotificationBadge,
.mx_RoomTile_badgeContainer {
position: absolute;
top: 0;
right: 0;