Skip to content

Commit

Permalink
Fix compact room list avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
su-ex committed Feb 26, 2024
1 parent efd3591 commit 5a1c347
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/css/views/rooms/_RoomTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -285,14 +285,14 @@ limitations under the License.
margin-right: 4px;

.mx_BaseAvatar_initial {
width: 220px !important;
line-height: 220px !important;
width: 22px !important;
line-height: 22px !important;
font-size: 14.3px !important;
}

.mx_BaseAvatar_image {
width: 220px !important;
height: 220px !important;
width: 22px !important;
height: 22px !important;
}
}

Expand Down

0 comments on commit 5a1c347

Please sign in to comment.