Skip to content

Commit

Permalink
fix: avatar status icon text misalignment
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Dec 18, 2024
1 parent 476812e commit a319898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Editor/AvatarParticipationStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ export default {
</script>
<style lang="scss" scoped>
:deep(.avatar-participation-status__indicator) {
bottom: 20px;
left: 43px;
bottom: 2px !important;
left: 75px;
position: relative;
opacity: .8;
}
Expand Down

0 comments on commit a319898

Please sign in to comment.