Skip to content

Commit

Permalink
limit image size to its container for ConversationIcon
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Sep 21, 2023
1 parent d1ceece commit 411a0ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ConversationIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ $icon-size: var(--icon-size, 44px);
position: relative;

.avatar.icon {
display: block;
width: $icon-size;
height: $icon-size;
line-height: $icon-size;
Expand Down

0 comments on commit 411a0ab

Please sign in to comment.