Skip to content

Commit

Permalink
fix size for icon-changelog in chat
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 Nov 14, 2023
1 parent b0d7431 commit 36a1bf2
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 36a1bf2

Please sign in to comment.