Skip to content

Commit

Permalink
Merge pull request #10570 from nextcloud/backport/10568/stable27
Browse files Browse the repository at this point in the history
[stable27] fix(ConversationIcon) adjust fallback icon size
  • Loading branch information
Antreesy authored Sep 25, 2023
2 parents 41ddd3b + 7beb7d2 commit 5c0972d
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 5c0972d

Please sign in to comment.