Skip to content

Commit

Permalink
Fix css prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
MidhunSureshR committed Dec 22, 2024
1 parent 4444d39 commit e5f12c4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion res/css/views/rooms/_MemberListView.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ Please see LICENSE files in the repository root for full details.
.mx_MemberListView_container {
height: 100%;
}

}
3 changes: 1 addition & 2 deletions res/css/views/rooms/_MemberTileView.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.mx_MemberTileView_right {
display: flex;
align-items: center;
gap: 8px
gap: 8px;
}

.mx_MemberTileView_left {
Expand Down Expand Up @@ -46,7 +46,6 @@
}

.mx_E2EIconView_verified {

color: var(--cpd-color-icon-success-primary);
}
}
1 change: 0 additions & 1 deletion res/css/views/rooms/_OverflowTile.pcss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.mx_OverflowTileView {
display: flex;
align-items: center;
Expand Down
3 changes: 2 additions & 1 deletion res/css/views/rooms/_PresenceLabel.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit e5f12c4

Please sign in to comment.