Skip to content

Commit

Permalink
fix(member list): remove hardcoded font size in member list tile
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Feb 17, 2025
1 parent e02da75 commit 79311fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions res/css/views/rooms/_MemberTileView.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ Please see LICENSE files in the repository root for full details.

.mx_MemberTileView_name {
font: var(--cpd-font-body-md-medium);
font-size: 15px;
min-width: 0;
}

.mx_MemberTileView_userLabel {
font: var(--cpd-font-body-sm-regular);
font-size: 13px;
color: var(--cpd-color-text-secondary);
margin-left: var(--cpd-space-4x);
}
Expand Down

0 comments on commit 79311fe

Please sign in to comment.