mirror of https://github.com/vector-im/riot-web
Fix css prettier
parent
4444d39724
commit
e5f12c4f2d
|
|
@ -15,5 +15,4 @@ Please see LICENSE files in the repository root for full details.
|
|||
.mx_MemberListView_container {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
.mx_OverflowTileView {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue