Skip to content

Commit

Permalink
fix: firefox avatar icon styling inconsistency
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Jan 9, 2025
1 parent fea77aa commit 02e8ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Editor/AvatarParticipationStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ export default {
<style lang="scss" scoped>
:deep(.avatar-participation-status__indicator) {
bottom: 2px !important;
left: 81px;
justify-self: unset !important;
left: 43px;
position: relative;
opacity: .8;
}
Expand Down

0 comments on commit 02e8ed4

Please sign in to comment.