Skip to content

Commit

Permalink
Fix tweet avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Nov 28, 2024
1 parent a90373f commit 3f90de2
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@
position: relative;
height: 48px;
width: 48px;
flex-shrink: 0;
}

.avatar img {
height: 100%;
object-fit: cover;
object-position: center;
width: 100%;
}

.avatarOverflow {
height: 100%;
width: 100%;
Expand Down

0 comments on commit 3f90de2

Please sign in to comment.