Skip to content

Commit

Permalink
Show avatar border only for chat avatar
Browse files Browse the repository at this point in the history
Else the the avatar icon in the party & stage appear to be slightly
smaller than the buttons next to them (over dark video images)
  • Loading branch information
paulgoetze committed Jan 15, 2023
1 parent af718c9 commit 2819819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PeerAvatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default {
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
border-radius: 50%;
border: 0.1em solid $black;
color: $black;
line-height: 0;
}
Expand All @@ -44,5 +43,6 @@ export default {
height: 1.5em;
width: 1.5em;
min-width: 1.5em;
border: 0.1em solid $black;
}
</style>

0 comments on commit 2819819

Please sign in to comment.