Skip to content

Commit

Permalink
Merge pull request #6614 from nextcloud/fix/ff-styling-issues
Browse files Browse the repository at this point in the history
fix: firefox avatar icon styling inconsistency
  • Loading branch information
st3iny authored Jan 9, 2025
2 parents fea77aa + 02e8ed4 commit 6fcbef2
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 6fcbef2

Please sign in to comment.