Skip to content

Commit

Permalink
Merge pull request #10897 from nextcloud/fix/10885/fix-changelog-icon
Browse files Browse the repository at this point in the history
fix(AvatarWrapper): fix size for icon-changelog in chat
  • Loading branch information
nickvergessen authored Nov 14, 2023
2 parents da5fd23 + 36a1bf2 commit bc94370
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/AvatarWrapper/AvatarWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ export default {
&.icon {
background-color: var(--color-background-darker);
background-size: calc(var(--avatar-size) / 2);
&.icon-changelog {
background-size: cover !important;
}
}

&.bot {
Expand Down

0 comments on commit bc94370

Please sign in to comment.