Fix css prettier

midhun/new-memberlist
R Midhun Suresh 2024-12-22 18:05:06 +05:30
parent 4444d39724
commit e5f12c4f2d
No known key found for this signature in database
4 changed files with 3 additions and 5 deletions

View File

@ -15,5 +15,4 @@ Please see LICENSE files in the repository root for full details.
.mx_MemberListView_container {
height: 100%;
}
}

View File

@ -9,7 +9,7 @@
.mx_MemberTileView_right {
display: flex;
align-items: center;
gap: 8px
gap: 8px;
}
.mx_MemberTileView_left {
@ -46,7 +46,6 @@
}
.mx_E2EIconView_verified {
color: var(--cpd-color-icon-success-primary);
}
}

View File

@ -1,4 +1,3 @@
.mx_OverflowTileView {
display: flex;
align-items: center;

View File

@ -31,7 +31,8 @@ Please see LICENSE files in the repository root for full details.
color: var(--cpd-color-icon-accent-primary);
}
.mx_PresenceIconView_offline, .mx_PresenceIconView_dnd {
.mx_PresenceIconView_offline,
.mx_PresenceIconView_dnd {
color: var(--cpd-color-icon-tertiary);
}