Skip to content

Commit

Permalink
Merge pull request #10568 from nextcloud/fix/10534/fallback-icon-ratio
Browse files Browse the repository at this point in the history
fix(ConversationIcon) adjust fallback icon size
  • Loading branch information
Antreesy authored Sep 22, 2023
2 parents 529ff2e + 411a0ab commit f747bbd
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 f747bbd

Please sign in to comment.