Skip to content

Commit

Permalink
Fix group image sizes in chat channel list
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Dec 18, 2024
1 parent 587e7d9 commit 554764e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Chat/ChatChannelList.styl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
margin-left: 0.1rem;
}

img {
height: 16px;
width: 16px;
}

.name {
display: inline-block;
flex: 1;
Expand Down

0 comments on commit 554764e

Please sign in to comment.